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 Jan 20, 2025
1 parent 85f5beb commit 96708eb
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 @@ -616,7 +616,7 @@
"mads-hartmann.bash-ide-vscode": {
"repository": "https://github.com/bash-lsp/bash-language-server",
"location": "vscode-client",
"prepublish": "yarn"
"prepublish": "npm install -g pnpm && pnpm clean && pnpm install"
},
"magicstack.MagicPython": {
"repository": "https://github.com/MagicStack/MagicPython"
Expand Down

0 comments on commit 96708eb

Please sign in to comment.