提交 2b900dcf 编写于 作者: R rebornix

fix #110503.

上级 4358d8bf
......@@ -555,9 +555,8 @@ var requirejs = (function() {
}
private _createInset(webviewService: IWebviewService, content: string) {
const rootPathStr = path.dirname(FileAccess.asFileUri('', require).fsPath);
const rootPath = isWeb ? FileAccess.asBrowserUri('', require) : FileAccess.asFileUri('', require);
const rootPath = isWeb ? FileAccess.asBrowserUri(rootPathStr, require) : FileAccess.asFileUri(rootPathStr, require);
const workspaceFolders = this.contextService.getWorkspace().folders.map(x => x.uri);
this.localResourceRootsCache = [...this.notebookService.getNotebookProviderResourceRoots(), ...workspaceFolders, rootPath];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册