From 95bbc2b3eb3b7f92f32390adf8675665ff14f129 Mon Sep 17 00:00:00 2001 From: rebornix Date: Thu, 30 Jul 2020 11:37:11 -0700 Subject: [PATCH] revive kernel preload scripts --- .../workbench/contrib/notebook/browser/notebookServiceImpl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/notebook/browser/notebookServiceImpl.ts b/src/vs/workbench/contrib/notebook/browser/notebookServiceImpl.ts index 09c6094701c..15a9f470ecc 100644 --- a/src/vs/workbench/contrib/notebook/browser/notebookServiceImpl.ts +++ b/src/vs/workbench/contrib/notebook/browser/notebookServiceImpl.ts @@ -393,7 +393,7 @@ export class NotebookService extends Disposable implements INotebookService, ICu result[index] = data.map(dto => { return { extension: dto.extension, - extensionLocation: dto.extensionLocation, + extensionLocation: URI.revive(dto.extensionLocation), id: dto.id, label: dto.label, description: dto.description, -- GitLab