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
Using the "Rename Symbol (F2)" function also replaces every /n character with /n/n, thus adding unnecessary blank line severy time this function is used.
Create a new Python file in VS code, write some lines of code, and save. After auto-formatting, the code looks like this:
Type: Bug
Using the "Rename Symbol (F2)" function also replaces every /n character with /n/n, thus adding unnecessary blank line severy time this function is used.
Create a new Python file in VS code, write some lines of code, and save. After auto-formatting, the code looks like this:
Use Rename (F2) to change "first_non-zero" to "first_ind". The resulting code looks like this:
Auto-formatting doesn't remove these extra lines. This behaviour is unexpected and inconsistent with earlier version of VS Code.
VS Code version: Code 1.93.1 (38c31bc, 2024-09-11T17:20:05.685Z)
OS version: Windows_NT x64 10.0.19045
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Extensions (11)
A/B Experiments
The text was updated successfully, but these errors were encountered: