编辑文件 Dockerfile
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-28 15:57:52 +08:00
committed by cnb
parent 9a7bab35e2
commit e74c064945

View File

@@ -53,8 +53,8 @@ RUN mkdir -p /root/.local/share/code-server/extensions && \
/usr/bin/code-server --install-extension donjayamanne.githistory --user-data-dir /root/.local/share/code-server && \
/usr/bin/code-server --install-extension mhutchie.git-graph --user-data-dir /root/.local/share/code-server && \
/usr/bin/code-server --install-extension ms-azuretools.vscode-docker --user-data-dir /root/.local/share/code-server && \
/usr/bin/code-server --install-extension PKief.material-icon-theme --user-data-dir /root/.local/share/code-server && \
/usr/bin/code-server --install-extension tencent-cloud.coding-copilot --user-data-dir /root/.local/share/code-server && \
chown -R root:root /root/.local/share/code-server && \
echo "所有插件安装完成 ✅"