Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/markdown-language-features/server/src/util/schemes.ts')
-rw-r--r--extensions/markdown-language-features/server/src/util/schemes.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/markdown-language-features/server/src/util/schemes.ts b/extensions/markdown-language-features/server/src/util/schemes.ts
new file mode 100644
index 00000000000..67b75e0a0d6
--- /dev/null
+++ b/extensions/markdown-language-features/server/src/util/schemes.ts
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+export const Schemes = Object.freeze({
+ notebookCell: 'vscode-notebook-cell',
+});