Skip to content

Commit

Permalink
Add .vsix packages for ms-python and ma-toolsai to be compatible with…
Browse files Browse the repository at this point in the history
… disconnected enviroments
  • Loading branch information
atheo89 committed Nov 16, 2023
1 parent d071735 commit 99be874
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codeserver/ubi9-python-3.9/run-code-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ echo '[{"id":"code-server","name":"code-server","last_activity":"'$(date -Isecon

# Install extensions if not present
if [ ! -f "/opt/app-root/src/.local/share/code-server" ]; then
code-server --install-extension ms-python.python
code-server --install-extension ms-toolsai.jupyter
code-server --install-extension ${SCRIPT_DIR}/utils/ms-python.python-2023.14.0.vsix
code-server --install-extension ${SCRIPT_DIR}/utils/ms-toolsai.jupyter-2023.3.100.vsix
fi

# Start server
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 99be874

Please sign in to comment.