Support VS Code container devenv (#10723)

* add devcontainer.json for devenv

* add devenv file
This commit is contained in:
Odysseas Lamtzidis 2021-03-12 16:43:41 +02:00 committed by GitHub
parent 6fb4f28fbe
commit c2c3b66d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"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]
}