Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlinks in console are not correctly highlighted when the link contains accented characters #66391

Closed
khalyomede opened this issue Jan 11, 2019 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues

Comments

@khalyomede
Copy link

  • VSCode Version: 1.30.2
  • OS Version: Ubuntu 18.04.1 LTS

Steps to Reproduce:

  1. Create a new project
  2. Create file called script.js
  3. Copy this content into the script:
console.log("https://github.com/Microsoft/vscode-piñata");
  1. In the console, run the following command:
node script.js
  1. Try to hover with your mouse: only the left part without accent is highlighted, the underlining stops at the first accented character

Does this issue occur when all extensions are disabled?: Most likely (not tested)

@RMacfarlane RMacfarlane added the terminal Integrated terminal issues label Jan 11, 2019
@Tyriar
Copy link
Member

Tyriar commented Jan 11, 2019

#21125

@Tyriar Tyriar closed this as completed Jan 11, 2019
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 11, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

3 participants