vikunja/.vscode/extensions.json
kolaente 89f78cd369
All checks were successful
continuous-integration/drone/push Build is passing
chore: add go and direnv to recommended vscode extensions
2024-09-18 10:43:23 +02:00

15 lines
364 B
JSON

{
"recommendations": [
"codezombiech.gitignore",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"vue.volar",
"lokalise.i18n-ally",
"mgmcdermott.vscode-language-babel",
"mikestead.dotenv",
"Syler.sass-indented",
"vitest.explorer",
"mkhl.direnv",
"golang.Go"
]
}