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

Fix references on Windows due to bad WorkspacePath #1110

Merged

Conversation

TylerLeonhardt
Copy link
Member

@TylerLeonhardt TylerLeonhardt commented Nov 20, 2019

fixes PowerShell/vscode-powershell#2306

The WorkspacePath change I made in #1094 was almost the right change for Windows... but not quite.

This will set the WorkspacePath to an actual path - verified on Windows.

This also fixes a bug I discovered when a symbol reference and a definition were on the same line number but different files (they weren't being counted as a reference).

@TylerLeonhardt TylerLeonhardt merged commit 77922a4 into PowerShell:master Nov 21, 2019
@TylerLeonhardt TylerLeonhardt deleted the fix-references-windows branch November 21, 2019 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PowerShell Preview: References aren't working across workspace
2 participants