mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 18:57:47 -06:00
34 lines
679 B
JSON
34 lines
679 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
},
|
|
"forwardPorts": [
|
|
4173,
|
|
3456
|
|
],
|
|
"image": "ghcr.io/cachix/devenv/devcontainer:latest",
|
|
"overrideCommand": false,
|
|
"portsAttributes": {
|
|
"3456": {
|
|
"label": "Vikunja API"
|
|
},
|
|
"4173": {
|
|
"label": "Vikunja Frontend dev server"
|
|
}
|
|
},
|
|
"updateContentCommand": "devenv test"
|
|
}
|