Skip to content

Commit 95bbc2b

Browse files
committed
revive kernel preload scripts
1 parent 33d79af commit 95bbc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/notebookServiceImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export class NotebookService extends Disposable implements INotebookService, ICu
393393
result[index] = data.map(dto => {
394394
return {
395395
extension: dto.extension,
396-
extensionLocation: dto.extensionLocation,
396+
extensionLocation: URI.revive(dto.extensionLocation),
397397
id: dto.id,
398398
label: dto.label,
399399
description: dto.description,

0 commit comments

Comments
 (0)