We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66834a8 commit 45ff1a8Copy full SHA for 45ff1a8
index.js
@@ -71,6 +71,8 @@ function supportsHyperlink(stream) {
71
}
72
73
return version.major > 3;
74
+ case 'vscode':
75
+ return version.major > 1 || version.major === 1 && version.minor >= 72;
76
// No default
77
78
0 commit comments