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
Rust's #[thread_local] does not work on iOS or on the Android bot at the moment. It should work on Android but the bot is too old (#17578). I am not able to test whether the current version of iOS has support / emulation for this now.
The text was updated successfully, but these errors were encountered:
When the user applies the "Extract Variable" assist, the cursor is
positioned at the newly inserted variable. This commit adds a command
to the assist that triggers the rename action in VSCode. This way, the
user can quickly rename the variable after applying the assist.
Fixes part of: rust-lang#17579
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Jul 28, 2024
…=Veykril
Trigger VSCode to rename after extract variable assist is applied
When the user applies the "Extract Variable" assist, the cursor is
positioned at the newly inserted variable. This commit adds a command
to the assist that triggers the rename action in VSCode. This way, the
user can quickly rename the variable after applying the assist.
Fixes part of: rust-lang#17579https://github.com/user-attachments/assets/4cf38740-ab22-4b94-b0f1-eddd51c26c29
I haven't yet looked at the module or function extraction assists yet.
Rust's
#[thread_local]
does not work on iOS or on the Android bot at the moment. It should work on Android but the bot is too old (#17578). I am not able to test whether the current version of iOS has support / emulation for this now.The text was updated successfully, but these errors were encountered: