Skip to content

Commit

Permalink
chore(vscode): remove fauxpilot extension
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Nov 15, 2023
1 parent 112b66d commit e17d558
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ ARG REMOTE_CONFIG_DIR="${HOME}/.local/share/code-server/Machine"
USER root

RUN curl -fsSL https://code-server.dev/install.sh | bash && \
# Install general VSCode extensions
wget https://github.com/Venthe/vscode-fauxpilot/releases/download/1.0.0/fauxpilot-1.0.0.vsix -O fauxpilot.vsix && \
code-server --install-extension fauxpilot.vsix && \
# Install VSCode extensions
code-server --install-extension ms-toolsai.jupyter && \
code-server --install-extension ms-kubernetes-tools.vscode-kubernetes-tools && \
code-server --install-extension ms-azuretools.vscode-docker && \
Expand Down Expand Up @@ -42,8 +40,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | bash && \
# Fix permissions
chown -R ${USERNAME}:${GROUPNAME} ${HOME} && \
# Clean
rm -rf /var/lib/apt/lists/* && \
rm fauxpilot.vsix
rm -rf /var/lib/apt/lists/*

# Copy custom VSCode User settings
COPY --chown=${USERNAME}:${GROUPNAME} settings/User.json ${USER_CONFIG_DIR}/settings.json
Expand Down

0 comments on commit e17d558

Please sign in to comment.