添加 code-server 插件

This commit is contained in:
2025-05-05 16:59:25 +08:00
parent 035ab0e209
commit 858751035e

View File

@@ -233,7 +233,10 @@ module "code-server" {
agent_id = coder_agent.main.id
extensions = [
"redhat.vscode-yaml",
"mhutchie.git-graph"
"mhutchie.git-graph",
"Vue.volar",
"yzhang.markdown-all-in-one",
]
settings = {
"workbench.colorTheme": "Default Dark Modern",