Skip to content

Commit ca89907

Browse files
committed
Improve dev packaging
1 parent 839a795 commit ca89907

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/out/
22
/node_modules/
33
/.vscode-test/
4-
*.vsix
4+
/git-commit-message-plus-99.99.99.vsix
55
*.blend[0-9]

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ To install into VSCode:
5454
- Click Extensions
5555
- Click the ... menu in the top right corner
5656
- Click Install from VSIX...
57+
- Pick the `99.99.99` one, that's the perpetual development version
5758

5859
To check highlighting in VSCode: "Developer: Inspect Editor Tokens and Scopes"
5960

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"compile": "tsc -p ./",
2727
"format": "prettier --config .prettierrc 'src/**/*.ts' --write",
2828
"lint": "eslint src --ext ts",
29-
"package": "vsce package",
29+
"package": "vsce package --no-git-tag-version --no-update-package-json 99.99.99",
3030
"publish": "vsce publish",
3131
"pretest": "npm run compile && npm run lint",
3232
"test": "vscode-tmgrammar-test -g tests/support/diff.tmLanguage.json tests/unit/*.test && node ./out/test/runTest.js",

0 commit comments

Comments
 (0)