Skip to content

Commit

Permalink
fix: use vsce directly
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Dec 5, 2021
1 parent 109e581 commit 764ebca
Show file tree
Hide file tree
Showing 8 changed files with 1,550 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const project = new VSCodeExtensionProject({
projenrcTs: true,
entrypoint: "./lib/extension.js",
deps: ["ts-debounce"],
devDeps: ["@types/glob", "shx"],
devDeps: ["@types/glob", "shx", "vsce"],
eslintOptions: {
dirs: ["src"],
devdirs: ["test"],
Expand Down
Loading

0 comments on commit 764ebca

Please sign in to comment.