mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
rename cell kind Markdown to Markup, https://github.com/microsoft/vscode/issues/105933
This commit is contained in:
@@ -35,7 +35,7 @@ export function activate(context: vscode.ExtensionContext): any {
|
||||
{
|
||||
source: 'Markdown Cell',
|
||||
language: 'markdown',
|
||||
kind: vscode.NotebookCellKind.Markdown,
|
||||
kind: vscode.NotebookCellKind.Markup,
|
||||
outputs: [],
|
||||
metadata: new vscode.NotebookCellMetadata().with({ custom: { testCellMetadata: 123 } })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user