mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
feat(dev): add devcontainers configuration
This commit is contained in:
21
.devcontainer.json
Normal file
21
.devcontainer.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"Syler.sass-indented",
|
||||
"codezombiech.gitignore",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"editorconfig.editorconfig",
|
||||
"golang.Go",
|
||||
"lokalise.i18n-ally",
|
||||
"mikestead.dotenv",
|
||||
"mkhl.direnv",
|
||||
"vitest.explorer",
|
||||
"vue.volar"
|
||||
]
|
||||
}
|
||||
},
|
||||
"image": "ghcr.io/cachix/devenv/devcontainer:latest",
|
||||
"overrideCommand": false,
|
||||
"updateContentCommand": "devenv test"
|
||||
}
|
||||
Reference in New Issue
Block a user