We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f5beb commit 96708ebCopy full SHA for 96708eb
extensions.json
@@ -616,7 +616,7 @@
616
"mads-hartmann.bash-ide-vscode": {
617
"repository": "https://github.com/bash-lsp/bash-language-server",
618
"location": "vscode-client",
619
- "prepublish": "yarn"
+ "prepublish": "npm install -g pnpm && pnpm clean && pnpm install"
620
},
621
"magicstack.MagicPython": {
622
"repository": "https://github.com/MagicStack/MagicPython"
0 commit comments