Revert "Put authority into webview resource uri"

This reverts commit 3d978d4dde.
This commit is contained in:
Matt Bierner
2021-05-10 23:01:26 -07:00
parent beeaa3675c
commit 4177014a1c
6 changed files with 76 additions and 49 deletions

View File

@@ -184,7 +184,7 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
return that._proxy.$postMessage(handle, editor && that._extHostNotebook.getIdByEditor(editor), message);
},
asWebviewUri(uri: URI) {
return asWebviewUri({ ...that._initData.environment, remote: that._initData.remote }, String(handle), uri);
return asWebviewUri(that._initData.environment, String(handle), uri);
},
// --- priority
updateNotebookAffinity(notebook, priority) {