File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/out /
2
2
/node_modules /
3
3
/.vscode-test /
4
- * .vsix
4
+ / git-commit-message-plus-99.99.99 .vsix
5
5
* .blend [0-9 ]
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ To install into VSCode:
54
54
- Click Extensions
55
55
- Click the ... menu in the top right corner
56
56
- Click Install from VSIX...
57
+ - Pick the ` 99.99.99 ` one, that's the perpetual development version
57
58
58
59
To check highlighting in VSCode: "Developer: Inspect Editor Tokens and Scopes"
59
60
Original file line number Diff line number Diff line change 26
26
"compile" : " tsc -p ./" ,
27
27
"format" : " prettier --config .prettierrc 'src/**/*.ts' --write" ,
28
28
"lint" : " eslint src --ext ts" ,
29
- "package" : " vsce package" ,
29
+ "package" : " vsce package --no-git-tag-version --no-update-package-json 99.99.99 " ,
30
30
"publish" : " vsce publish" ,
31
31
"pretest" : " npm run compile && npm run lint" ,
32
32
"test" : " vscode-tmgrammar-test -g tests/support/diff.tmLanguage.json tests/unit/*.test && node ./out/test/runTest.js" ,
You can’t perform that action at this time.
0 commit comments