提交 0f0eb991 编写于 作者: R rebornix

use vscode-notebook scheme for working copy in nb

上级 41137cb3
......@@ -108,7 +108,7 @@ export class NotebookEditorInput extends EditorInput {
const input = this;
const workingCopyAdapter = new class implements IWorkingCopy {
readonly resource = input.resource;
readonly resource = input.resource.with({ scheme: 'vscode-notebook' });
get name() { return input.getName(); }
readonly capabilities = input.isUntitled() ? WorkingCopyCapabilities.Untitled : 0;
readonly onDidChangeDirty = input.onDidChangeDirty;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册