Skip to content

Commit

Permalink
fix(vscode): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr authored Oct 24, 2023
1 parent 6a67ecf commit f7325e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | bash && \
code-server --install-extension GordonSmith.observable-js && \
# Install language specific VSCode extensions
if command -v python; then \
code-server --install-extension ms-python.python; \
code-server --install-extension ms-python.python && \
code-server --install-extension ms-python.flake8; \
fi && \
if command -v R; then \
Expand Down

0 comments on commit f7325e6

Please sign in to comment.