Browse Source

Adds devcontainer.json (#3562)

Henning Dieterichs 2 năm trước cách đây
mục cha
commit
e9202665f4
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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"]
+		}
+	}
+}