From 75dd0c76793cb5c8b28031a7ba0f9d6845b7d036 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Thu, 18 Apr 2019 09:59:27 +0200 Subject: [PATCH] who deleted this file?!? --- samples.code-workspace | 100 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 samples.code-workspace diff --git a/samples.code-workspace b/samples.code-workspace new file mode 100644 index 000000000..5c001df5e --- /dev/null +++ b/samples.code-workspace @@ -0,0 +1,100 @@ +{ + "folders": [ + { + "path": "virtual-document-sample" + }, + { + "path": "vim-sample" + }, + { + "path": "statusbar-sample" + }, + { + "path": "nodefs-provider-sample" + }, + { + "path": "document-editing-sample" + }, + { + "path": "comment-sample" + }, + { + "path": "fsprovider-sample" + }, + { + "path": "webview-sample" + }, + { + "path": "webpack-sample" + }, + { + "path": "tree-view-sample" + }, + { + "path": "theme-sample" + }, + { + "path": "terminal-sample" + }, + { + "path": "task-provider-sample" + }, + { + "path": "source-control-sample" + }, + { + "path": "snippet-sample" + }, + { + "path": "quickinput-sample" + }, + { + "path": "progress-sample" + }, + { + "path": "lsp-sample" + }, + { + "path": "lsp-multi-server-sample" + }, + { + "path": "lsp-log-streaming-sample" + }, + { + "path": "legacy-samples" + }, + { + "path": "language-configuration-sample" + }, + { + "path": "i18n-sample" + }, + { + "path": "helloworld-sample" + }, + { + "path": "helloworld-minimal-sample" + }, + { + "path": "diagnostic-related-information-sample" + }, + { + "path": "decorator-sample" + }, + { + "path": "contentprovider-sample" + }, + { + "path": "configuration-sample" + }, + { + "path": "completions-sample" + }, + { + "path": "basic-multi-root-sample" + }, + { + "path": "tree-explorer-sample" + } + ] +} \ No newline at end of file