Skip to content

Commit

Permalink
Make vscode extension package private (#8383)
Browse files Browse the repository at this point in the history
Eventually, we'll publish this to the VS Code extension marketplace, but we don't want to publish this to npm.
  • Loading branch information
lettertwo committed Aug 9, 2022
1 parent 9e5d055 commit 9e2d5d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/utils/parcelforvscode/package.json
Expand Up @@ -4,6 +4,7 @@
"parcel-lsp.trace.server": "verbose",
"description": "",
"version": "2.7.0",
"private": true,
"engines": {
"vscode": "^1.46.0"
},
Expand Down

0 comments on commit 9e2d5d0

Please sign in to comment.