Skip to content

Commit

Permalink
Allow star activation
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson committed Aug 16, 2024
1 parent a974c94 commit 4c90e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"compile": "tsc -p ./",
"lint": "eslint src --ext ts",
"package": "npx vsce package",
"package": "npx vsce package --allow-star-activation",
"prepare": "husky install",
"pretest": "npm run compile && npm run lint",
"test": "node ./out/test/runTest.js",
Expand Down

0 comments on commit 4c90e0a

Please sign in to comment.