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"
|
||||||
|
}
|
||||||
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
@@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
|
"Syler.sass-indented",
|
||||||
"codezombiech.gitignore",
|
"codezombiech.gitignore",
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"editorconfig.editorconfig",
|
"editorconfig.editorconfig",
|
||||||
"vue.volar",
|
"golang.Go",
|
||||||
"lokalise.i18n-ally",
|
"lokalise.i18n-ally",
|
||||||
"mikestead.dotenv",
|
"mikestead.dotenv",
|
||||||
"Syler.sass-indented",
|
|
||||||
"vitest.explorer",
|
|
||||||
"mkhl.direnv",
|
"mkhl.direnv",
|
||||||
"golang.Go"
|
"vitest.explorer",
|
||||||
|
"vue.volar"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ in {
|
|||||||
find node_modules/.pnpm/sass-embedded-linux-*/node_modules/sass-embedded-linux-*/dart-sass/src -name dart -print0 | xargs -I {} -0 patchelf --set-interpreter "$(<$NIX_CC/nix-support/dynamic-linker)" {}
|
find node_modules/.pnpm/sass-embedded-linux-*/node_modules/sass-embedded-linux-*/dart-sass/src -name dart -print0 | xargs -I {} -0 patchelf --set-interpreter "$(<$NIX_CC/nix-support/dynamic-linker)" {}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
devcontainer.enable = true;
|
||||||
|
|
||||||
packages = with pkgs-unstable; [
|
packages = with pkgs-unstable; [
|
||||||
# General tools
|
# General tools
|
||||||
git-cliff
|
git-cliff
|
||||||
|
|||||||
Reference in New Issue
Block a user