mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-28 19:46:17 +00:00
b7a8d3453a
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
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"recommendations": [
|
|
"bmalehorn.shell-syntax",
|
|
"timonwong.shellcheck",
|
|
"foxundermoon.shell-format"
|
|
],
|
|
"unwantedRecommendations": []
|
|
}
|