-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add package scripts to package.json #1752
Conversation
package.json
Outdated
@@ -1783,7 +1784,8 @@ | |||
"tslint": "^5.20.1", | |||
"typedoc": "^0.20.25", | |||
"typescript": "^4.1.5", | |||
"vscode": "^1.1.36", | |||
"vsce": "^1.87.1", | |||
"vscode": "^1.1.37", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We typically don't like to upgrade the vscode version unless we have to. We want to be able to run on the lowest possible version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, sorry for that, I upgrade that because when I do yarn install it's failed locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you saying that this change requires the update to 1.1.37?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not necessary, fixed
bb84f21
to
d207ffe
Compare
So the developer can package vscode-cmake-tools easily.
So the developer can package vscode-cmake-tools easily.
This change improve the building procedure for vsix