Skip to content

Commit

Permalink
update vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Nov 2, 2024
1 parent 38c0316 commit d02a3b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "${d}" >> "$GITHUB_PATH"
- name: Install VSCode Extension Manager
run: pnpm install --global @vscode/vsce@2
run: pnpm install --global @vscode/vsce@3

- name: Install Open VSX Extension Manager
run: pnpm install --global ovsx@0
Expand All @@ -35,8 +35,9 @@ jobs:
- name: Build Extension
run: pnpm build

# https://github.com/microsoft/vscode-vsce/issues/1073
- name: Package Extension
run: vsce package --no-dependencies
run: vsce package --allow-unused-files-pattern --no-dependencies

- name: Release Extension on VSCode Marketplace
env:
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pnpm = "prefix:9"

# The tools listed below are used in the project.
# However, you probably installed them globally.
# @vscode/vsce = "prefix:2"
# @vscode/vsce = "prefix:3"
# ovsx = "prefix:0"

0 comments on commit d02a3b7

Please sign in to comment.