Skip to content

Commit

Permalink
devcontainer.json (#41)
Browse files Browse the repository at this point in the history
Taking over #16
  • Loading branch information
laurit17 authored Nov 2, 2023
1 parent 56f96c6 commit cced81e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
"customizations": {
"vscode": {
"extensions": ["redhat.vscode-yaml"],
"files.autoSave": "off" // we want to require explicit save - otherwise we overload the trunk extension
}
},
"features": {
"git-lfs": "latest",
"ghcr.io/trunk-io/devcontainer-feature/trunk": "latest"
},
"onCreateCommand": "trunk version" // this will install the latest version of trunk
}

0 comments on commit cced81e

Please sign in to comment.