You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to run refactorings from the "light bulb", but not from the command palette or directly using a shortcut. An example
would be running "Thread last all" on this code:
This seems to be caused by having my project in a directory that has embedded spaces on the path. If I move the project to a directory without embedded spaces, then everything seems to be fine.
In the log attached below, the spaces are escaped correctly when highlighting text, but not when trying to run the refactor command.
I am able to run refactorings from the "light bulb", but not from the command palette or directly using a shortcut. An example
would be running "Thread last all" on this code:
After the refactoring the code looks like
The full project is here: refactor-example
This seems to be caused by having my project in a directory that has embedded spaces on the path. If I move the project to a directory without embedded spaces, then everything seems to be fine.
In the log attached below, the spaces are escaped correctly when highlighting text, but not when trying to run the refactor command.
The text was updated successfully, but these errors were encountered: