Support VS Code container devenv (#10723)
* add devcontainer.json for devenv * add devenv file
Odysseas Lamtzidis committed
Mar 12, 2021 at 16:43 UTC
c2c3b66d9d82408ffdf33714837b77edffd53f4d
1 file changed
+14
.devcontainer/devcontainer.json
new
+14
@@ -0,0 +1,14 @@
1
+{
2
+ "image": "netdata/devenv",
3
+ "extensions":[
4
+ "golang.go",
5
+ "exiasr.hadolint",
6
+ "ms-python.python",
7
+ "timonwong.shellcheck",
8
+ "redhat.vscode-yaml",
9
+ "dbaeumer.vscode-eslint",
10
+ "jasonnutter.search-node-modules",
11
+ "mgmcdermott.vscode-language-babel",
12
+ ],
13
+ "forwardPorts": [19999]
14
+}
\ No newline at end of file