mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
avoid conflict with jupyter in OSS
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
export function activate(context: vscode.ExtensionContext): any {
|
||||
context.subscriptions.push(vscode.notebook.registerNotebookProvider('notebookTest', {
|
||||
context.subscriptions.push(vscode.notebook.registerNotebookProvider('notebookCoreTest', {
|
||||
resolveNotebook: async (editor: vscode.NotebookEditor) => {
|
||||
await editor.edit(eb => {
|
||||
eb.insert(0, 'test', 'typescript', vscode.CellKind.Code, [], {});
|
||||
|
||||
Reference in New Issue
Block a user