We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279f10c commit c088a46Copy full SHA for c088a46
1 file changed
vscode/scripts/install-vscode-extensions.sh
@@ -29,10 +29,10 @@ base_extensions=(
29
"ms-toolsai.jupyter"
30
"ms-kubernetes-tools.vscode-kubernetes-tools"
31
"mhutchie.git-graph"
32
- "hediet.vscode-drawio"
+ "hediet.vscode-drawio@1.9.0"
33
"streetsidesoftware.code-spell-checker"
34
"streetsidesoftware.code-spell-checker-french"
35
- "continue.continue"
+ "continue.continue@1.3.29"
36
)
37
for extension in "${base_extensions[@]}"; do
38
install_extension $extension
@@ -42,7 +42,7 @@ done
42
python_extensions=(
43
"ms-python.python"
44
"ms-python.flake8"
45
- "charliermarsh.ruff"
+ "charliermarsh.ruff@2026.34.0"
46
47
if command -v python &> /dev/null; then
48
for extension in "${python_extensions[@]}"; do
0 commit comments