mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-22 00:08:06 +00:00
Visual Studio Code: Set Workspace recommended extensions (#1398)
Codify the Recommended VS Code Extensions: - [Shell Syntax](https://marketplace.visualstudio.com/items?itemName=bmalehorn.shell-syntax) - [ShellCheck](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck) - [Shell Format](https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format) Documentation: https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions
This commit is contained in:
parent
111436c0a0
commit
b7a8d3453a
8
.vscode/extensions.json
vendored
Normal file
8
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"bmalehorn.shell-syntax",
|
||||||
|
"timonwong.shellcheck",
|
||||||
|
"foxundermoon.shell-format"
|
||||||
|
],
|
||||||
|
"unwantedRecommendations": []
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user