Просмотр исходного кода

Support VS Code container devenv (#10723)

* add devcontainer.json for devenv

* add devenv file
Odysseas Lamtzidis 4 лет назад
Родитель
Сommit
c2c3b66d9d
1 измененных файлов с 14 добавлено и 0 удалено
  1. 14 0
      .devcontainer/devcontainer.json

+ 14 - 0
.devcontainer/devcontainer.json

@@ -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]
+}