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
Before you close it as a duplicate: It is NOT the known line ending issue. A whole function misses.
Steps that I did:
Added a method ManageUrlsHandler to a file dashboard.go
Later, I moved it to shortener_handler.go (I used CTRL-X; CTRL-V)
Experienced:
When I open dashboard.go, it doesn't show any change
When I open shortener_handler.go, it shows the function
go build reports the method as it is declared twice
checked the source control tab: it lists dashboard.go as file that changed
I double click on it. And vscode doesn't show any change in dashboard.go at diff view.
I checked git CLI. it shows the method both in dashboard.go and shortener_handler.go. It seems, CTRL-X didn't remove the function and also, the diff view thinks it is not there.
I tried:
close and start vscode
ctrl+shift+p -> reload window
Didn't help.
I'm pretty sure that it can be fixed by reverting the change from git cli, but I think I can keep my file system as it is in case any question occurs.
VS Code version: Code 1.96.2 (fabdb6a, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.26100
Modes:
Remote OS version: Linux x64 5.15.167.4-microsoft-standard-WSL2
Type: Bug
Before you close it as a duplicate: It is NOT the known line ending issue. A whole function misses.
Steps that I did:
ManageUrlsHandler
to a file dashboard.goExperienced:
I tried:
Didn't help.
I'm pretty sure that it can be fixed by reverting the change from git cli, but I think I can keep my file system as it is in case any question occurs.
VS Code version: Code 1.96.2 (fabdb6a, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.26100
Modes:
Remote OS version: Linux x64 5.15.167.4-microsoft-standard-WSL2
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 (12)
A/B Experiments
The text was updated successfully, but these errors were encountered: