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

lsp: re-process all-types file when it changes #1889

Merged
merged 1 commit into from
Sep 17, 2022

Conversation

xTVaser
Copy link
Member

@xTVaser xTVaser commented Sep 16, 2022

Found the reason why this wasn't happening -- the path included by the decompiler isn't a proper URL encoded URI -- so I have to convert it appropriately so when vscode sends it's "this file with this URI has changed" event it actually matches the tracked all-types file.

This will make jump-to-defs not drift as the file changes, and new uncommented symbols will actually get picked up

@water111 water111 merged commit 4e3c442 into open-goal:master Sep 17, 2022
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.

None yet

2 participants