deno.land / x / deno@v1.28.2 / .devcontainer / devcontainer.json

devcontainer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{ "name": "Rust", "build": { "dockerfile": "Dockerfile" }, "runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"],
"settings": { "lldb.executable": "/usr/bin/lldb", // VS Code don't watch files under ./target "files.watcherExclude": { "**/target/**": true } },
"extensions": [ "rust-lang.rust-analyzer", "bungcip.better-toml", "vadimcn.vscode-lldb", "mutantdino.resourcemonitor" ],
"postCreateCommand": "git submodule update --init",
"remoteUser": "vscode"}
deno

Version Info

Tagged at
a year ago