edit dockerfile#
This commit is contained in:
parent
afbb97baad
commit
70c9063af7
@ -6,7 +6,7 @@ COPY .ide/ms-python.vscode-pylance.vsix .
|
|||||||
# 安装 code-server 和扩展(使用 id 安装 python 扩展,使用 vsix 安装包安装 pylance 扩展)
|
# 安装 code-server 和扩展(使用 id 安装 python 扩展,使用 vsix 安装包安装 pylance 扩展)
|
||||||
RUN curl -fsSL https://code-server.dev/install.sh | sh \
|
RUN curl -fsSL https://code-server.dev/install.sh | sh \
|
||||||
&& code-server --install-extension ms-python.python \
|
&& code-server --install-extension ms-python.python \
|
||||||
&& code-server --install-extension ./ms-python.vscode-pylance.vsix \
|
&& code-server --install-extension ms-ceintl.vscode-language-pack-zh-hans \
|
||||||
&& echo done
|
&& echo done
|
||||||
|
|
||||||
# 安装 ssh 服务,用于支持 VSCode 客户端通过 Remote-SSH 访问开发环境
|
# 安装 ssh 服务,用于支持 VSCode 客户端通过 Remote-SSH 访问开发环境
|
||||||
|
Loading…
x
Reference in New Issue
Block a user