Skip to content

Commit

Permalink
feat: add vscode extensions for devcontainer
Browse files Browse the repository at this point in the history
Signed-off-by: warjiang <[email protected]>
  • Loading branch information
warjiang committed May 20, 2024
1 parent 86f4a82 commit 2d1b03c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
{
// ref: https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#dockerfile
"image": "docker.io/kcllang/kcl-builder:latest"
"image": "docker.io/kcllang/kcl-builder:latest",
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"ms-vscode.makefile-tools"
]
}
}
}

0 comments on commit 2d1b03c

Please sign in to comment.