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
"In VSCode Insiders, when I rename a folder in the tests directory, the test explorer updates correctly with the new folder name, but the old folder name is still kept in the tree. When I attempt to run tests, the test gets stuck indefinitely because it doesn't find the files with the old path. The go test -timeout 5s setting is ignored, and the test never times out. The button Cancel Test Run doesn't work either. Closing and relaunching VSCode Insiders solves the issue, as the tree is correctly updated after restarting."
Steps to Reproduce:
Open a Go project with tests in VSCode Insiders.
Rename a folder in the tests directory.
Notice that the test tree shows both the old and new folder names.
Attempt to run a test from the test explorer.
Observe that the test hangs indefinitely, ignoring the timeout setting, or the cancel action.
Restart VSCode Insiders.
Observe that the old folder name is no longer present, and the test tree is correctly updated.
Expected Behavior:
When renaming a folder in the test directory, the test explorer should update and only reflect the new folder name, and tests should run normally without hanging indefinitely.
Actual Behavior:
The old folder name remains in the test explorer, causing tests to hang indefinitely when run.
Go Version:
Go 1.23.1
Screencast.from.28-09-2024.04.02.21.webm
VS Code version: Code - Insiders 1.94.0-insider (1cbbe85, 2024-09-27T14:53:58.142Z)
OS version: Linux x64 6.8.0-45-generic snap
Modes:
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.
Type: Bug
"In VSCode Insiders, when I rename a folder in the tests directory, the test explorer updates correctly with the new folder name, but the old folder name is still kept in the tree. When I attempt to run tests, the test gets stuck indefinitely because it doesn't find the files with the old path. The
go test -timeout 5s
setting is ignored, and the test never times out. The buttonCancel Test Run
doesn't work either. Closing and relaunching VSCode Insiders solves the issue, as the tree is correctly updated after restarting."Steps to Reproduce:
Expected Behavior:
When renaming a folder in the test directory, the test explorer should update and only reflect the new folder name, and tests should run normally without hanging indefinitely.
Actual Behavior:
The old folder name remains in the test explorer, causing tests to hang indefinitely when run.
Go Version:
Screencast.from.28-09-2024.04.02.21.webm
VS Code version: Code - Insiders 1.94.0-insider (1cbbe85, 2024-09-27T14:53:58.142Z)
OS version: Linux x64 6.8.0-45-generic snap
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: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
webnn: disabled_off
Extensions (35)
(1 theme extensions excluded)
A/B Experiments
The text was updated successfully, but these errors were encountered: