فهرست منبع

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"
+		},
+	]
+}