Skip to content

Commit 00cf834

Browse files
authored
Update install-vscode-ext.sh
1 parent e4d50b7 commit 00cf834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-vscode-ext.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Install VSCode extensions.
44
# These get installed to $CONDA_PREFIX/envs/notebook/share/code-server/extensions/
55

6-
extensions=("ms-toolsai.vscode-jupyter-powertoys" "ms-python.debugpy" "eamodio.gitlens" "esbenp.prettier-vscode" "njpwerner.autodocstring" "quarto.quarto")
6+
extensions=("ms-python.debugpy")
77

88
for EXT in "${extensions[@]}"; do
99
code-server --version

0 commit comments

Comments
 (0)