We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f43ec commit 4dfc4f8Copy full SHA for 4dfc4f8
1 file changed
vscode/scripts/install-vscode-extensions.sh
@@ -42,6 +42,7 @@ done
42
python_extensions=(
43
"ms-python.python"
44
"ms-python.flake8"
45
+ "charliermarsh.ruff"
46
)
47
if command -v python &> /dev/null; then
48
for extension in "${python_extensions[@]}"; do
@@ -55,6 +56,7 @@ fi
55
56
r_extensions=(
57
"reditorsupport.r"
58
"RDebugger.r-debugger"
59
+ "Posit.air-vscode"
60
61
if command -v R &> /dev/null; then
62
# Install R kernel for jupyter notebooks
0 commit comments