Consider making handleTerminalLink
return a Promise
#101391
Labels
api
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
terminal
General terminal issues that don't fall under another label
terminal-links
verified
Verification succeeded
Milestone
Testing #101300
I was testing with the existing (albeit turned off) document link provider for issues in the GHPRI extension. I wanted to re-use as much code from the document link provider as possible. With the document link provider,
resolveDocumentLink
can return a promise. To keep a similar pattern I would also expecthandleTerminalLink
, so I can do any further information resolving there.The text was updated successfully, but these errors were encountered: