-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Description
Does this issue occur when all extensions are disabled? Yes
- VS Code Version:
Version: 1.100.1 (user setup)
Commit: 91fa95b
Date: 2025-05-09T15:43:50.040Z
Electron: 34.5.1
ElectronBuildId: 11369351
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100
- OS Version:
Edition Windows 11 Pro
Version 24H2
Installed on 26/02/2025
Compilation of SO 26100.4061
Windows Feature Experience Pack 1000.26100.84.0
Steps to Reproduce:
- Open Vscode
- npm run dev in any application with a server similar to this: http://localhost:3000/
- ctrl + shift + p in vscode after starting the server/application
- open simple browser
- paste the link of server/application in this case it would be: http://localhost:3000/
- press enter
- On the first page you directly enter, if you select an element this will occur as expected, however, if you switch to another tab in your application, Simple Browser seems not to expect this to happen, so much so that even changing above, when we enter the URL, the URL even if we change to another page and being another route, it continues with the route that was already there when it opened and we entered the link.
- So when we switch to another page where the route is different, it basically seems like it doesn't see this, that it's not looking to see if it has changed route or something like that and then when we try to select an element (both with the option to select one at a time and the option to select elements continuously) it simply doesn't work, when selecting just one at a time and clicking start again it simply keeps loading infinitely and doesn't appear to select anything and when continuously selecting the element it seems to detect something wrong and says that it has already selected the element (even though I didn't do any action for this, because it doesn't work when changing route)
Things that might end up being useful:
System Information:
CPUs AMD Ryzen 5 3600X 6-Core Processor (12 x 3793)
GPU Status 2d_canvas: enabled 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
Load (avg)
Memory (System) 15.93GB (3.29GB free)
Process Argv --crash-reporter-id 3400c325-3d2f-4eb5-9de7-28617cc78fa4
Screen Reader no
VM 27%
Enabled Extensions:
Extension Author (truncated) Version
copilot Git 1.317.0
copilot-chat Git 0.27.0
vscode-docker ms- 1.29.6
remote-containers ms- 0.413.0
vsc-vira-theme vir 1.3.3
A/B Experiment info:
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
2e7ec940:31000449
pythontbext0:30879054
cppperfnew:31000557
dwnewjupyter:31046869
pythonrstrctxt:31112756
nativeloc1:31192215
5fd0e150:31155592
dwcopilot:31170013
6074i472:31201624
dwoutputs:31242946
customenabled:31248079
9064b325:31222308
copilot_t_ci:31222730
e5gg6876:31282496
pythoneinst12:31285622
bgtreat:31268568
4gafe986:31271826
9gig6300:31308203
31787653:31262186
3e8i5726:31271747
996jf627:31283433
pythonrdcb7cf:31303019
usemplatestapi:31297334
0aa6g176:31307128
7bj51361:31289155
747dc170:31275177
aj953862:31281341
generatesymbolt:31295002
convertfstringf:31295003
gendocf:31295004
9d2cg352:31307835
Below I will put a video as an example of what happens: