Update vscode ext installation to use native makefile commands

This commit is contained in:
2025-11-13 14:16:38 -05:00
parent 51c2543d73
commit 012a87eddc
2 changed files with 11 additions and 19 deletions

View File

@@ -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