docker file
This commit is contained in:
parent
70c9063af7
commit
6403700689
@ -1,8 +1,6 @@
|
||||
# .ide/Dockerfile
|
||||
FROM python:3.8
|
||||
|
||||
COPY .ide/ms-python.vscode-pylance.vsix .
|
||||
|
||||
# 安装 code-server 和扩展(使用 id 安装 python 扩展,使用 vsix 安装包安装 pylance 扩展)
|
||||
RUN curl -fsSL https://code-server.dev/install.sh | sh \
|
||||
&& code-server --install-extension ms-python.python \
|
||||
|
Loading…
x
Reference in New Issue
Block a user