Skip to content

Commit

Permalink
fix(bash-ide-vscode): switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
RFCreate committed Nov 8, 2024
1 parent 17fd768 commit 7a7c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@
"mads-hartmann.bash-ide-vscode": {
"repository": "https://github.com/bash-lsp/bash-language-server",
"location": "vscode-client",
"prepublish": "yarn"
"prepublish": "pnpm"
},
"magicstack.MagicPython": {
"repository": "https://github.com/MagicStack/MagicPython"
Expand Down

0 comments on commit 7a7c611

Please sign in to comment.