From 9ff1f28566d1d1cc5724b755ce2dbad2d70e0a74 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 8 Oct 2021 08:55:35 +0200 Subject: [PATCH] Add workspace file --- monaco-editor.code-workspace | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 monaco-editor.code-workspace 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" + }, + ] +}