Skip to content

ewanharris/terminallinkprovider-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo outlines an issue with VS Code, TerminalLinkProvider and Tasks that reuse a terminal. To reproduce:

  1. clone this repo
  2. Debug the extension
  3. Add the below task to the folder you are debugging in
{
	"version": "2.0.0",
	"tasks": [
		{
			"command": "node -e \"console.log('link')\"",
			"label": "Test",
			"type": "shell",
			"problemMatcher": [],
			"group": {
				"kind": "build",
				"isDefault": true
			}
		}
	]
}
  1. Open command palette and Tasks: Run Build Task
  2. Click link in the terminal, a notification shows
  3. Open command palette and Tasks: Run Build Task (make sure to leave the terminal open)
  4. Click link in the terminal, no notification shows
    • link is identified and underlined correctly, but handleTerminalLink is just never called

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published