Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 8, 2023
1 parent a2546da commit 88f57d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function supportsHyperlink(stream) {
case 'WezTerm':
return version.major >= 20200620;
case 'vscode':
// eslint-disable-next-line no-mixed-operators
return version.major > 1 || version.major === 1 && version.minor >= 72;
// No default
}
Expand Down

0 comments on commit 88f57d6

Please sign in to comment.