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

schemes.ts « util « src « server « markdown-language-features « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67b75e0a0d6352c83883e2437f200630da872e26 (plain)
1
2
3
4
5
6
7
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',
});