This commit is contained in:
Johannes Rieken 2020-04-09 16:52:01 +02:00
parent 316f1a9c99
commit 27396452d1

View file

@ -249,7 +249,7 @@ export namespace CellUri {
export function generate(notebook: URI, handle: number): URI {
return notebook.with({
path: `${notebook.path}#cell-${handle}`,
path: `${notebook.path}, cell ${handle + 1}`,
query: JSON.stringify({ cell: handle, notebook: notebook.toString() }),
scheme,
});