瀏覽代碼

Add workspace file

Alex Dima 3 年之前
父節點
當前提交
9ff1f28566
共有 1 個文件被更改,包括 31 次插入0 次删除
  1. 31 0
      monaco-editor.code-workspace

+ 31 - 0
monaco-editor.code-workspace

@@ -0,0 +1,31 @@
+{
+	"folders": [
+		{
+			"path": "../vscode"
+		},
+		{
+			"path": "."
+		},
+		{
+			"path": "../monaco-css"
+		},
+		{
+			"path": "../monaco-html"
+		},
+		{
+			"path": "../monaco-json"
+		},
+		{
+			"path": "../monaco-languages"
+		},
+		{
+			"path": "../monaco-typescript"
+		},
+		{
+			"path": "../monaco-editor-webpack-plugin"
+		},
+		{
+			"path": "../monaco-editor-samples"
+		},
+	]
+}