Skip to content

Commit

Permalink
Add VSCode support (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Sep 6, 2022
1 parent 66834a8 commit 45ff1a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ function supportsHyperlink(stream) {
}

return version.major > 3;
case 'vscode':
return version.major > 1 || version.major === 1 && version.minor >= 72;
// No default
}
}
Expand Down

0 comments on commit 45ff1a8

Please sign in to comment.