Skip to content

Commit

Permalink
add python as default extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Jul 23, 2024
1 parent 7822045 commit 27ae41a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install-code-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ sh ./install.sh --method standalone --prefix /opt/tmpdir --version ${CODE_SERVER

mv /opt/tmpdir/lib/code-server-${CODE_SERVER_VERSION}/* ${DEFAULT_PREFIX}/code-server
rm -rf /opt/tmpdir

# install default extensions
code-server --install-extension ms-python.python

0 comments on commit 27ae41a

Please sign in to comment.