URL highlighting persists after pasting over url #41492
Closed
Description
- VSCode Version: Code - Insiders 1.20.0-insider (5c8c834, 2018-01-11T06:17:01.111Z)
- OS Version: Linux x64 4.4.0-21-generic
- Extensions: none
Steps to Reproduce:
- Create a file
a.ts
with the text// https://github.com/Microsoft/vscode/issues
- Copy the following text to clipboard:
function f() {
return 0;
}
- Select the whole document (ctrl-a) and paste.
- For a few seconds, the pasted code is underlined as if it is a URL, and can even be clicked on.
Activity