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

Fix for switching from vsce to @vscode/vsce #8886

Closed
wants to merge 2 commits into from
Closed

Conversation

bschnurr
Copy link
Member

@bschnurr bschnurr commented Sep 3, 2024

fix for the old publishing pipeline.

@@ -35,7 +35,7 @@ jobs:
# https://code.visualstudio.com/api/working-with-extensions/publishing-extension
- name: Install VSCE
run: |
npm install -g "vsce@$(jq -r '.dependencies.vsce.version' < packages/vscode-pyright/package-lock.json)"
npm install -g npm install -g "@vscode/vsce@$(jq -r '.dependencies["@vscode/vsce"].version' < packages/vscode-pyright/package-lock.json)"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing 'npm install' being twice is a typo?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it is!

@bschnurr bschnurr closed this Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants