Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vrognas committed Sep 1, 2024
2 parents 62337a7 + e32a14a commit 3fba08d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
8 changes: 5 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
.vscode/**
.vscode
.vscode-test/**
typings/**
out/test/**
out/
src/
node_modules
test/**
src/**
**/*.map
.gitignore
**/*.ts
tsconfig.json
vsc-extension-quickstart.md
26 changes: 12 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
# Change Log
## [0.1.6] - 1 Sep, 2024

All notable changes to the "nmtran" extension will be documented in this file.
- Minor patch

## [Unreleased]

## [0.1.5] - 2023-07-13
## [0.1.5] - 13 Jul, 2023

### Added

- Even more snippets

## [0.1.4] - 2023-07-13
## [0.1.4] - 13 Jul, 2023

### Added

- More snippets

## [0.1.3] - 2023-07-13
## [0.1.3] - 13 Jul, 2023

### Fixed

- Changes to underlying framework

## [0.1.2] - 2023-07-13
## [0.1.2] - 13 Jul, 2023

### Added

- Folding of control records

## [0.1.1] - 2023-07-13
## [0.1.1] - 13 Jul, 2023

### Added

Expand All @@ -38,13 +36,13 @@ All notable changes to the "nmtran" extension will be documented in this file.

- Removed changelog from README

## [0.1.0] - 2023-07-13
## [0.1.0] - 13 Jul, 2023

### Added

- Snippets for PREDPP subroutines (ADVANs)

## [0.0.4] - 2023-07-13
## [0.0.4] - 13 Jul, 2023

### Added

Expand All @@ -59,19 +57,19 @@ All notable changes to the "nmtran" extension will be documented in this file.

- Duplicate extension category

## [0.0.3] - 2023-07-12
## [0.0.3] - 12 Jul, 2023

### Changed

- Update README

## [0.0.2] - 2023-07-12
## [0.0.2] - 12 Jul, 2023

### Added

- Extension logo

## [0.0.1] - 2023-07-12
## [0.0.1] - 12 Jul, 2023

### Added

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# VSCode extension for NMTRAN (NONMEM) ![GitHub](https://img.shields.io/github/license/vrognas/vscode-nmtran) ![Visual Studio Marketplace Installs - Azure DevOps Extension](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/vrognas.nmtran)
# VSCode extension for NMTRAN (NONMEM)

![GitHub](https://img.shields.io/github/license/vrognas/vscode-nmtran)
![Visual Studio Marketplace Installs - Azure DevOps Extension](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/vrognas.nmtran)

A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) with support for the NMTRAN language used in [NONMEM](https://www.iconplc.com/solutions/technologies/nonmem/) control streams.

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "nmtran",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"displayName": "NMTRAN",
"publisher": "vrognas",
"sponsor": {
"url": "https://www.paypal.me/vrognas"
},
"description": "Language extension for NMTRAN (NONMEM) files",
"icon": "images/nonmem.png",
"galleryBanner": {
Expand Down

0 comments on commit 3fba08d

Please sign in to comment.