Skip to content

Commit

Permalink
add an extension to run observable notebook in vscode (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFaria authored Aug 31, 2023
1 parent 8e0f197 commit e0107b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | bash && \
code-server --install-extension njpwerner.autodocstring && \
code-server --install-extension redhat.vscode-yaml && \
code-server --install-extension mhutchie.git-graph && \
code-server --install-extension GordonSmith.observable-js && \
# Install language specific VSCode extensions
if command -v python; then \
code-server --install-extension ms-python.python; \
Expand Down

0 comments on commit e0107b8

Please sign in to comment.