microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
422 stars 53 forks source link

Underlines a specific string ("pos:") for any file type #48

Open ccorder2 opened 5 years ago

ccorder2 commented 5 years ago

Steps to Reproduce: Type "pos:" in any file type (txt, php, js, etc) and the text turns into a link that is underlined. This causes an issue when trying to use ctrl+click to navigate to a property, VS Code throws and error: "Unable to open '': resource is not available." I pinpointed this to the PGSQL extension.

This also shows up anywhere you have "pos" followed by ":" without any special characters.

Capture1 Capture

Tanja-4732 commented 5 years ago

I think you might want to report this bug to https://github.com/Borvik/vscode-postgres, as that is the repository of the extension shown in the screenshot.