Skip to content

Commit db334aa

Browse files
committed
update notes for 0.0.2
1 parent 1d12a0f commit db334aa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.0.2
4+
5+
- Added highlighting for more MET keywords based on the [ConfigConstants](https://github.com/dtcenter/MET/blob/e903f8fed8916dd5a97536777c48d8c191e2c7d7/met/data/config/ConfigConstants) file.
6+
37
## 0.0.1
48

59
- Initial release; My first VS Code extension ever 😀

note-to-self.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,22 @@ git clone https://github.com/blaylockbk/vscode-met-syntax.git
1616
3. Open the `vscode-met-syntax` folder in vscode.
1717
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)
1818

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

2021

2122
## Update the package on marketplace
2223

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

25-
```shell
26+
```bash
2627
conda install -c conda-forge nodejs
2728

2829
npm install -g vsce
2930

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

33-
# Here are some examples on incrementing the package version number
34+
# Here are some examples on incrementing the package version number. This command edits the `package.json` file
3435
vsce package patch # to increment the version by 0.0.1
3536
vsce package minor # to increment the version by 0.1.0
3637
vsce package major # to increment the version by 1.0.0

0 commit comments

Comments
 (0)