提交 1212ba1f 编写于 作者: J Johannes Rieken

notebooks = use `<basename>#cell-<handle>` pattern for cell paths

上级 a4207f77
......@@ -187,6 +187,7 @@ export namespace CellUri {
export function generate(notebook: URI, handle: number): URI {
return notebook.with({
path: `${notebook.path}#cell-${handle}`,
query: JSON.stringify({ cell: handle, notebook: notebook.toString() }),
scheme,
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册