Skip to content

Commit

Permalink
use vscode-notebook-cell schema, #96745
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed May 14, 2020
1 parent 37950f1 commit 98da332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/notebook/common/notebookCommon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export interface NotebookDataDto {

export namespace CellUri {

export const scheme = 'vscode-notebook';
export const scheme = 'vscode-notebook-cell';

export function generate(notebook: URI, handle: number): URI {
return notebook.with({
Expand Down

0 comments on commit 98da332

Please sign in to comment.