From 3777179d97c7a22306870b1bc07bde5aa94e0b69 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 24 Apr 2018 11:36:06 +0200 Subject: [PATCH] add workspace file --- vscode-samples.code-workspace | 70 +++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 vscode-samples.code-workspace diff --git a/vscode-samples.code-workspace b/vscode-samples.code-workspace new file mode 100644 index 00000000..273f610a --- /dev/null +++ b/vscode-samples.code-workspace @@ -0,0 +1,70 @@ +{ + "folders": [ + { + "path": "fsprovider-sample" + }, + { + "path": "lsp-sample" + }, + { + "path": "multi-diagnostics-sample" + }, + { + "path": "terminal-sample" + }, + { + "path": "completions-sample" + }, + { + "path": "configuration-sample" + }, + { + "path": "decorator-sample" + }, + { + "path": "i18n-sample" + }, + { + "path": "lsp-multi-root-sample" + }, + { + "path": "lsp-multi-server-sample" + }, + { + "path": "progress-sample" + }, + { + "path": "tree-view-sample" + }, + { + "path": "basic-multi-root-sample" + }, + { + "path": "contentprovider-sample" + }, + { + "path": "previewhtml-sample" + }, + { + "path": "smart-template-strings-sample" + }, + { + "path": "statusbar-sample" + }, + { + "path": "task-provider-sample" + }, + { + "path": "theme-sample" + }, + { + "path": "tree-explorer-sample" + }, + { + "path": "vim-sample" + }, + { + "path": "extension-deps-sample" + } + ] +} \ No newline at end of file