-
Notifications
You must be signed in to change notification settings - Fork 148
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
Rename Symbol only works in open files #811
Comments
This is the same cause as denoland/deno#11190 |
@bartlomieju |
Let's keep it open so we can test when implementing the feature. |
dsherret
added a commit
to denoland/deno
that referenced
this issue
Mar 30, 2023
Closes denoland/vscode_deno#797 Closes #11190 Closes denoland/vscode_deno#811 Closes denoland/vscode_deno#761 Closes denoland/vscode_deno#585 Closes denoland/vscode_deno#561 Closes denoland/vscode_deno#410
mmastrac
pushed a commit
to denoland/deno
that referenced
this issue
Mar 31, 2023
Closes denoland/vscode_deno#797 Closes #11190 Closes denoland/vscode_deno#811 Closes denoland/vscode_deno#761 Closes denoland/vscode_deno#585 Closes denoland/vscode_deno#561 Closes denoland/vscode_deno#410
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Rename Symbol only works in open files
To Reproduce
Expected behavior
All symbols in all files should be replaced with the new value, just as they do in "vanilla" typescript (when deno is disabled)
Versions
code --version
code --list-extensions --show-versions | grep deno
deno --version
The text was updated successfully, but these errors were encountered: