-
Notifications
You must be signed in to change notification settings - Fork 512
CodeLens References link only jumps to definition #2374
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
CodeLens References link only jumps to definition #2374
Comments
@kborowinski thanks for opening this issue and providing detailed information! I am having some trouble reproducing this behavior...do you have any PowerShell specific settings enabled? |
I'm having the same issue.
I've attached my |
@SydneyhSmith : Yep, a bunch actually: "powershell.powerShellAdditionalExePaths": [
{
"exePath": "C:\\Program Files\\PowerShell\\Nightly\\pwsh.exe",
"versionName": "PowerShell Core Nightly (x64)"
}
],
"powershell.developer.featureFlags": [
"PSReadLine"
],
"powershell.scriptAnalysis.enable": true,
"powershell.codeFormatting.preset": "OTBS",
"powershell.integratedConsole.focusConsoleOnExecute": false,
"powershell.integratedConsole.showOnStartup": false,
"powershell.sideBar.CommandExplorerVisibility": false,
"powershell.promptToUpdatePowerShell": false |
As per @kborowinski, I get both issues:
Here are my steps to reproduce the issues:
There are two functions in the test project. Neither has a reference to it. However, for both, I get the following after doing EDIT: Note that, above the function, it says |
@kborowinski @mrboring thanks for all the additional information and re-pro steps! We are still investigating this issue and will follow up with any other questions! |
Can you both please provide the language server logs? |
@TylerLeonhardt : Here you go: plsp.txt |
@TylerLeonhardt As requested: PES Output.txt |
Same issue on my end: #2388 |
Yep saw this on Twitter as well. It's fixed in the PR above ^ Silly boolean logic - I had it backwards! |
System Details
System Details Output
Issue Description
CodeLens References link is shown but does not respond to mouse clicks:
Expected Behaviour
When clicking on references link the overlay window with references should be shown
Actual Behaviour
When clicking on references link nothing happens.
Attached Logs
Follow the instructions in the troubleshooting docs
about capturing and sending logs.
1576678486-6dd3db75-6cd7-4cba-9919-dbb47d81c4031576678485019.zip
The text was updated successfully, but these errors were encountered: