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
Whenever I use an assist that inserts some code, all the braces in it are escaped with slashes. For example, using "Generate foo function" on let bar = foo(); produces:
Whenever I use an assist that inserts some code, all the braces in it are escaped with slashes. For example, using "Generate foo function" on
let bar = foo();
produces:rust-analyzer version: 0.3.1850-standalone
rustc version: rustc 1.76.0 (07dca489a 2024-02-04)
relevant settings: using VS Code extension, not sure which setting could affect this
The text was updated successfully, but these errors were encountered: