1
0
mirror of https://github.com/netdata/netdata.git synced 2021-06-06 23:03:21 +03:00
Files
netdata/.devcontainer/devcontainer.json
Odysseas Lamtzidis c2c3b66d9d Support VS Code container devenv (#10723)
* add devcontainer.json for devenv

* add devenv file
2021-03-12 16:43:41 +02:00

14 lines
300 B
JSON

{
"image": "netdata/devenv",
"extensions":[
"golang.go",
"exiasr.hadolint",
"ms-python.python",
"timonwong.shellcheck",
"redhat.vscode-yaml",
"dbaeumer.vscode-eslint",
"jasonnutter.search-node-modules",
"mgmcdermott.vscode-language-babel",
],
"forwardPorts": [19999]
}