Skip to content

Commit 45ff1a8

Browse files
authored
1 parent 66834a8 commit 45ff1a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ function supportsHyperlink(stream) {
7171
}
7272

7373
return version.major > 3;
74+
case 'vscode':
75+
return version.major > 1 || version.major === 1 && version.minor >= 72;
7476
// No default
7577
}
7678
}

0 commit comments

Comments
 (0)