Skip to content

Commit

Permalink
🧩 Add a Python extension to the Code Server system for IntelliSense (…
Browse files Browse the repository at this point in the history
…Pylance), linting, debugging, code navigation, code formatting, refactoring, variable exploration, and test exploration
  • Loading branch information
ndebuhr committed Feb 2, 2022
1 parent 6f3b11b commit 2f3816c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,5 @@ RUN code-server --install-extension bungcip.better-toml && \
code-server --install-extension redhat.vscode-yaml && \
code-server --install-extension tsandall.opa && \
code-server --install-extension hashicorp.terraform && \
code-server --install-extension angular.ng-template
code-server --install-extension angular.ng-template && \
code-server --install-extension ms-python.python

0 comments on commit 2f3816c

Please sign in to comment.