Henning Dieterichs пре 2 година
родитељ
комит
e9202665f4
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      .devcontainer/devcontainer.json

+ 8 - 0
.devcontainer/devcontainer.json

@@ -0,0 +1,8 @@
+{
+	"image": "mcr.microsoft.com/devcontainers/typescript-node",
+	"customizations": {
+		"vscode": {
+			"extensions": ["ms-vscode.js-debug-nightly"]
+		}
+	}
+}