roife
roife
I just encountered an unusual issue on `main` branch that's preventing me from testing on my machine: when I run `cargo run` in the demo, I get the following error:...
Duplicate of #11722.
This might be an issue about encoding of the terminal: UTF-8 is used during runtime, but a different encoding (possibly GBK) is used during debugging. Due to historical reasons, Windows...
Emmm, this issue might occur wherever CodeLLDB (or the cmd) is used, so I believe the best approach is to change settings in `terminal.integrated.profiles.windows`. ```json "terminal.integrated.profiles.windows": { "PowerShell": { "source":...
Here's a comparison: Old: New:
@cla-bot check
> @roife In the screenshot you posted, I think the previous behavior is better for rust. It shows you the parameter you need to type. I agree that the original...
Since #33199 covers the content of this PR, so I will close it.
Are you still experiencing this issue? I can't reproduce it on my machine.
Currently, some functionalities in r-a require the file to be saved (e.g., flycheck). Therefore, if the file is not saved, many features of r-a will not be available.