godlikeme commited on
Commit
c60294c
·
verified ·
1 Parent(s): f73de5f

增加 golang 扩展

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -53,6 +53,7 @@ RUN echo "alias ll='ls -alF'" >> /home/coder/.bashrc && \
53
 
54
  # 安装 VS Code 扩展
55
  RUN code-server --install-extension ms-python.python && \
 
56
  code-server --install-extension tencent-cloud.coding-copilot
57
 
58
  # 创建默认 README.md
 
53
 
54
  # 安装 VS Code 扩展
55
  RUN code-server --install-extension ms-python.python && \
56
+ code-server --install-extension golang.go && \
57
  code-server --install-extension tencent-cloud.coding-copilot
58
 
59
  # 创建默认 README.md