Update vscode ext installation to use native makefile commands
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
EXTENSIONS=(
|
||||
"gamunu.opentofu"
|
||||
"tamasfe.even-better-toml"
|
||||
"samuelcolvin.jinjahtml"
|
||||
"yzhang.markdown-all-in-one"
|
||||
"streetsidesoftware.code-spell-checker"
|
||||
"github.vscode-github-actions"
|
||||
"redhat.vscode-yaml"
|
||||
"ms-python.debugpy"
|
||||
"ms-python.python"
|
||||
"detachhead.basedpyright"
|
||||
)
|
||||
|
||||
for ext in "${EXTENSIONS[@]}"; do
|
||||
codium --install-extension "$ext" --force
|
||||
done
|
||||
Reference in New Issue
Block a user