Skip to content

Commit a853936

Browse files
committed
Revert "support file llink"
This reverts commit 09108ba.
1 parent 4823538 commit a853936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ var requirejs = (function() {
654654
case 'clicked-link':
655655
{
656656
let linkToOpen: URI | string | undefined;
657-
if (matchesSomeScheme(data.href, Schemas.http, Schemas.https, Schemas.mailto, Schemas.command, Schemas.vscodeNotebookCell, Schemas.vscodeNotebook, Schemas.file)) {
657+
if (matchesSomeScheme(data.href, Schemas.http, Schemas.https, Schemas.mailto, Schemas.command, Schemas.vscodeNotebookCell, Schemas.vscodeNotebook)) {
658658
linkToOpen = data.href;
659659
} else if (!/^[\w\-]+:/.test(data.href)) {
660660
if (this.documentUri.scheme === Schemas.untitled) {

0 commit comments

Comments
 (0)