diff --git a/monaco-editor.code-workspace b/monaco-editor.code-workspace new file mode 100644 index 00000000..d2890168 --- /dev/null +++ b/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" + }, + ] +}