Skip to content
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

Merged
merged 7 commits into from
Jul 1, 2021
Merged

Conversation

lygstate
Copy link
Contributor

So the developer can package vscode-cmake-tools easily.

This change improve the building procedure for vsix

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",
Copy link
Member

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.

Copy link
Contributor Author

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

Copy link
Member

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?

Copy link
Contributor Author

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

@bobbrow bobbrow added this to the 1.8.0 milestone Apr 12, 2021
@lygstate lygstate force-pushed the package branch 2 times, most recently from bb84f21 to d207ffe Compare April 13, 2021 12:20
@bobbrow bobbrow changed the title Add package scrips to package.json Add package scripts to package.json Jun 24, 2021
So the developer can package vscode-cmake-tools easily.
@andreeis andreeis merged commit 975e860 into microsoft:develop Jul 1, 2021
@lygstate lygstate deleted the package branch July 5, 2021 10:36
@github-actions github-actions bot locked and limited conversation to collaborators Jan 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants