diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 000000000..1949e6fc5 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,8 @@ +{ + "recommendations": [ + "bmalehorn.shell-syntax", + "timonwong.shellcheck", + "foxundermoon.shell-format" + ], + "unwantedRecommendations": [] +}