forked from handlewithcarecollective/react-prosemirror
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.devcontainer.json
More file actions
18 lines (18 loc) · 786 Bytes
/
Copy path.devcontainer.json
File metadata and controls
18 lines (18 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"_COMMENT1": "This file is auto-generated by flake.nix",
"_COMMENT2": "It gets overwritten by nix develop and the devcontainer.",
"customizations": {
"vscode": {
"extensions": [
"mkhl.direnv",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"bbenoist.nix",
"redhat.vscode-yaml"
]
}
},
"image": "ghcr.io/cachix/devenv:latest",
"overrideCommand": false,
"updateContentCommand": "mkdir -p ~/.local/share/nix/\necho -n '{\"extra-substituters\":{\"https://devenv.cachix.org\":true},\"extra-trusted-public-keys\":{\"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=\":true}}' > ~/.local/share/nix/trusted-settings.json\nDIRENV_WARN_TIMEOUT=0 direnv exec ${containerWorkspaceFolder} devenv test"
}