Skip to content

Commit

Permalink
update notes for 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Jan 26, 2022
1 parent 1d12a0f commit db334aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.0.2

- Added highlighting for more MET keywords based on the [ConfigConstants](https://github.com/dtcenter/MET/blob/e903f8fed8916dd5a97536777c48d8c191e2c7d7/met/data/config/ConfigConstants) file.

## 0.0.1

- Initial release; My first VS Code extension ever 😀
5 changes: 3 additions & 2 deletions note-to-self.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,22 @@ git clone https://github.com/blaylockbk/vscode-met-syntax.git
3. Open the `vscode-met-syntax` folder in vscode.
4. Make some changes and then run the `Debug: Restart` command to see how the changes work (in the new window that pops open, open a sample config file)

Remember to update the `CHANGELOG.md` file with any updates to the new version.


## Update the package on marketplace

install vsce (I did this using conda in a new environment with npm installed, or just install vsce in the base environment)

```shell
```bash
conda install -c conda-forge nodejs

npm install -g vsce

cd path/to/.vscode/extensions/vscode-met-syntax
vsce package

# Here are some examples on incrementing the package version number
# Here are some examples on incrementing the package version number. This command edits the `package.json` file
vsce package patch # to increment the version by 0.0.1
vsce package minor # to increment the version by 0.1.0
vsce package major # to increment the version by 1.0.0
Expand Down

0 comments on commit db334aa

Please sign in to comment.