microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.52k stars 28.66k forks source link

Texteditor - Files - Watcher recently broken by last update of VS Code #193430

Closed CodeStillBroken closed 11 months ago

CodeStillBroken commented 1 year ago

Type: Bug

Install latest version of VS Code open a text file on file system in vs code edit text file on file system and save VS code does not udpate its view of that file

in VS Code, click on any other tap to switch out the .txt file Then click back on the tab containing the text file VS updates its view of that file.

Please fix :-)

VS Code version: Code 1.82.2 (abd2f3db4bdb28f9e95536dfa84d8479f1eb312d, 2023-09-14T05:51:20.981Z) OS version: Linux x64 6.2.0-32-generic snap Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-8500B CPU @ 3.00GHz (4 x 3000)| |GPU Status|2d_canvas: unavailable_software
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: disabled_off| |Load (avg)|0, 1, 1| |Memory (System)|11.70GB (8.45GB free)| |Process Argv|--no-sandbox --force-user-env --unity-launch --crash-reporter-id 07d03089-730f-4d5c-a00b-19cc7c069d95| |Screen Reader|no| |VM|100%| |DESKTOP_SESSION|ubuntu| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|ubuntu| |XDG_SESSION_TYPE|wayland|
Extensions (9) Extension|Author (truncated)|Version ---|---|--- systemrdl|amy|1.2.0 python|ms-|2023.16.0 vscode-pylance|ms-|2023.9.10 cmake-tools|ms-|1.15.31 cpptools|ms-|1.17.5 cpptools-extension-pack|ms-|1.3.0 veriloghdl|msh|1.13.0 colorful-comments|Par|1.0.0 cmake|twx|0.0.17 (1 theme extensions excluded)
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263cf:30335440 vscorecescf:30445987 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 pythonvs932:30410667 py29gd2263cf:30792227 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 vscccc:30803845 3biah626:30602489 89544117:30613380 vscrpc:30673769 showlangstatbar:30737416 0bi6i642:30835152 03d35959:30757346 pythonfmttext:30731395 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 pythonnosmt12:30797651 pythonidxpt:30805730 pythonnoceb:30805159 copilotsettingc:30839828 asynctok:30821568 dsvsc013:30795093 dsvsc014:30804076 diffeditorv2:30821572 dsvsc015:30829745 ```
bpasero commented 1 year ago

This issue could originate from a problem with file watching. Let me explain how file watching works in VSCode first and then provide some details how to get more logging data from how file watching behaves in your case.

Synopsis VSCode has different strategies for file watching depending on your workspace and setup:

If you are connected to a remote (SSH, WSL, Docker), the file watcher will run within the target file system. As such, even though you maybe on Windows where VSCode runs, if the remote is Linux, the file watcher will run in the Linux environment.

Platforms Depending on the platform you are on, file watching is differently implemented:

Specifically on Linux, watching a large folder recursively can result in VSCode consuming too many file handles. If that is the case, you will see a warning notification with instructions how to solve that.

Limitations File watching comes with a set of limitations:

Settings Please review your settings to see if maybe a folder is excluded by accident. Specifically, the files.watcherExclude setting is relevant.

Logging (local) !!! This is ONLY when you open a local workspace, for remote see below !!! We provide logging for file events when you enable verbose logging. Steps are:

image

Logging (remote) !!! This is ONLY when you open a remote workspace (WSL, Docker, SSH), for local see above !!! We provide logging for file events when you enable verbose logging. Steps are:

image

CodeStillBroken commented 11 months ago

Hello,

Thank you for your very detailed reply.

Please see my comments below..

On 19 Sep 2023, at 12:09 pm, Benjamin Pasero @.***> wrote: Limitations File watching comes with a set of limitations:

symbolic links are not followed automatically but you can explicitly add symbolic links to be watched via the files.watcherInclude setting mapped network drives or third party file system drivers are not guaranteed to produce file events in general, the operating system may decide to drop file events at any time, there is no 100% guarantee Settings Please review your settings to see if maybe a folder is excluded by accident. Specifically, the files.watcherExclude setting is relevant.

I have checked, and the default watcher excludes are present. I have not added/removed any patterns.

Logging (local) !!! This is ONLY when you open a local workspace, for remote see below !!! We provide logging for file events when you enable verbose logging. Steps are:

open VSCode on the local workspace that shows the issue select View | Command Palette... select Developer - Set Log Level... pick Trace select Help | Toggle Developer Tools select Console filter the output by typing File Watcher into the filter box attach the output when doing the operation that exhibits the issue

In the trace, it can see that the file changed:

2log.ts:401 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv

, but the contents of the screen did not change until I changed between tabs.

——

TRACE:

log.ts:401 TRACE CommandService#executeCommand _setContext 2log.ts:401 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv log.ts:401 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unittest.sv log.ts:441 ERR Cannot read properties of undefined (reading 'then'): TypeError: Cannot read properties of undefined (reading 'then') at /home/ubuntu/.vscode/extensions/mshr-h.veriloghdl-1.13.0/dist/main.js:61:71406 at new Promise () at Eh.index (/home/ubuntu/.vscode/extensions/mshr-h.veriloghdl-1.13.0/dist/main.js:61:71351) at t.getSymbols (/home/ubuntu/.vscode/extensions/mshr-h.veriloghdl-1.13.0/dist/main.js:61:71910) at F.provideHover (/home/ubuntu/.vscode/extensions/mshr-h.veriloghdl-1.13.0/dist/main.js:584:7710) at d.provideHover (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:40778) at /snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:66661 at he.t (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:64110) at he.$provideHover (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:66650) at i.N (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:10813) at i.M (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:10579) at i.H (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:9621) at i.G (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:8736) at n.value (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:7566) at m.w (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:63:1902) at m.fire (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:63:2119) at w.fire (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:79:13940) at n.value (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:135:7901) at m.w (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:63:1902) at m.fire (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:63:2119) at w.fire (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:79:13940) at MessagePortMain. (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:135:6181) at MessagePortMain.emit (node:events:513:28) at MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:367) log.ts:401 TRACE [History stack global-default]: notifyNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: user) log.ts:401 TRACE [History stack global-default]: notifyNavigation() not ignoring (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: user) log.ts:401 TRACE [History stack global-default]: onSelectionAwareEditorNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: user) log.ts:401 TRACE [History stack global-default]: add() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: ) log.ts:401 TRACE [History stack global-default]: index: 16, navigating: false

log.ts:401 TRACE CommandService#executeCommand _setContext log.ts:401 TRACE [text file model] resolve() - enter file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg.sv log.ts:401 TRACE [text file model] resolveFromFile() file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg.sv log.ts:401 TRACE [History stack global-default]: notifyNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg.sv, event: user) log.ts:401 TRACE [History stack global-default]: notifyNavigation() not ignoring (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg.sv, event: user) log.ts:401 TRACE [History stack global-default]: onSelectionAwareEditorNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg.sv, event: user) log.ts:401 TRACE [History stack global-default]: add() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg.sv, event: ) log.ts:401 TRACE [History stack global-default]: index: 17, navigating: false

log.ts:401 TRACE [History stack global-default]: notifyNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg.sv, event: ) log.ts:401 TRACE [History stack global-default]: notifyNavigation() not ignoring (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg.sv, event: ) log.ts:401 TRACE [History stack global-default]: onSelectionAwareEditorNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg.sv, event: ) log.ts:401 TRACE [History stack global-default]: replace() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg.sv, event: ) log.ts:401 TRACE [History stack global-default]: index: 17, navigating: false

log.ts:401 TRACE CommandService#executeCommand _setContext log.ts:401 TRACE [text file model] resolve() - enter file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv log.ts:401 TRACE [text file model] resolveFromFile() file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv log.ts:401 TRACE [History stack global-default]: notifyNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: user) log.ts:401 TRACE [History stack global-default]: notifyNavigation() not ignoring (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: user) log.ts:401 TRACE [History stack global-default]: onSelectionAwareEditorNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: user) log.ts:401 TRACE [History stack global-default]: add() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: ) log.ts:401 TRACE [History stack global-default]: index: 18, navigating: false

log.ts:401 TRACE [History stack global-default]: notifyNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: ) log.ts:401 TRACE [History stack global-default]: notifyNavigation() not ignoring (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: ) log.ts:401 TRACE [History stack global-default]: onSelectionAwareEditorNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: ) log.ts:401 TRACE [History stack global-default]: replace() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: ) log.ts:401 TRACE [History stack global-default]: index: 18, navigating: false

log.ts:401 TRACE [text file model] resolveFromContent() - enter file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv log.ts:401 TRACE [text file model] doUpdateTextModel() file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv log.ts:401 TRACE [History stack global-default]: notifyNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: edit) log.ts:401 TRACE [History stack global-default]: notifyNavigation() not ignoring (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: edit) log.ts:401 TRACE [History stack global-default]: onSelectionAwareEditorNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: edit) log.ts:401 TRACE [History stack global-default]: add() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: ) log.ts:401 TRACE [History stack global-default]: index: 19, navigating: false

log.ts:401 TRACE [History stack edits-default]: notifyNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: edit) log.ts:401 TRACE [History stack edits-default]: notifyNavigation() not ignoring (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: edit) log.ts:401 TRACE [History stack edits-default]: onSelectionAwareEditorNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: edit) log.ts:401 TRACE [History stack edits-default]: add() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: ) log.ts:401 TRACE [History stack edits-default]: index: 8, navigating: false

log.ts:401 TRACE [History stack global-default]: notifyNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: user) log.ts:401 TRACE [History stack global-default]: notifyNavigation() not ignoring (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: user) log.ts:401 TRACE [History stack global-default]: onSelectionAwareEditorNavigation() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: user) log.ts:401 TRACE [History stack global-default]: replace() (editor: file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv, event: ) log.ts:401 TRACE [History stack global-default]: index: 19, navigating: false

log.ts:401 TRACE [text file model] onModelContentChanged() - enter file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv log.ts:401 TRACE [text file model] onModelContentChanged() - new versionId 1 file:///tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1/hdl/sll_phy_t01/sll_phy_t01_apb3t_t01_cfg_t01/sll_phy_t01_apb3t_t01_cfg_t01_result_t01_cfg_unit_test.sv log.ts:401 TRACE CommandService#executeCommand setContext log.ts:441 ERR Cannot read properties of undefined (reading 'then'): TypeError: Cannot read properties of undefined (reading 'then') at /home/ubuntu/.vscode/extensions/mshr-h.veriloghdl-1.13.0/dist/main.js:61:71406 at new Promise () at Eh.index (/home/ubuntu/.vscode/extensions/mshr-h.veriloghdl-1.13.0/dist/main.js:61:71351) at t.getSymbols (/home/ubuntu/.vscode/extensions/mshr-h.veriloghdl-1.13.0/dist/main.js:61:71910) at D.provideDocumentSymbols (/home/ubuntu/.vscode/extensions/mshr-h.veriloghdl-1.13.0/dist/main.js:584:5878) at s.provideDocumentSymbols (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:38047) at /snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:64829 at he.t (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:64110) at he.$provideDocumentSymbols (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:64816) at i.N (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:10813) at i.M (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:10579) at i.H (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:9621) at i.G (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:8736) at n.value (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:7566) at m.w (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:63:1902) at m.fire (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:63:2119) at w.fire (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:79:13940) at n.value (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:135:7901) at m.w (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:63:1902) at m.fire (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:63:2119) at w.fire (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:79:13940) at MessagePortMain. (/snap/code/140/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:135:6181) at MessagePortMain.emit (node:events:513:28) at MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:367)

bpasero commented 11 months ago

I wonder if this issue is being caused by an installed extension. Can you try to run VS Code without extensions? From the command line (NOT the integrated terminal in Code), execute: code --disable-extensions and try your steps again to see if it reproduces. If you see it is an issue with the extension, please file it against the extension repository itself.

CodeStillBroken commented 11 months ago

Hi,

Thanks for that suggestion.

I closed all instances of code.

I ran code --disable-extensions from the command line.

This opened up a new code browser, telling me that all plugins were temporarily disabled. It asked me if I wanted to enable them, I said no.

The problem continued. —> if the file changes on the file system, I think hit is detecting the change, but the code editor is not reloading the file until I switch between tabs. (Hide the tab that should have changed, bring that tab back to the front) => The file that is not updating, when it should, is “run.log” => For what ever reason, the file is being detected as modified, but it is not resulting in the file being re-read.

Here is the updated trace.

workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/.testsuite.sv workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/.testrunner.sv workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/.testrunner.sv workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/.__testsuite.sv workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [ADDED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/.testsuite.sv workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/.svunit.f workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [ADDED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/.testrunner.sv workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [ADDED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/.__testsuite.sv workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/.svunit.f workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [ADDED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/.testrunner.sv workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/history workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/history.cnt workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/stats_log workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/top_dus workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/run.log workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/top_dus workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/stats_log workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/history workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/history.cnt workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/run.log workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/sessions/qrun.out$work workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [ADDED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/stats_log workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [ADDED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/top_dus workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_info workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_lib.qdb workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_lib1_62.qdb workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_lib1_62.qpg workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_lib1_62.qtl workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_vmake workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/run.log workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/sessions/qrun.out$work workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [ADDED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/stats_log workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [ADDED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/top_dus workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_info workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_lib.qdb workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_lib1_62.qdb workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_lib1_62.qpg workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_lib1_62.qtl workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/qrun.out/work/_vmake workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/run.log workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/transcript workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/transcript workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/assertionsDirectives.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/blockCoverage.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/branches.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/condExp.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/covSummary.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/css workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/cvg.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/cvgBins.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/dulist.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/files workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/fsm.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/global.js workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/collapse-all.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/cp.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/echeck.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/echeckcomment.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/ecomment.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/exclude-comment.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/exclude.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/exclude2.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/expand-all.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/gi.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/modelsim.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/questa.png workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons/questa.svg workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/index.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/menu.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/scripts workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/sourceViewer.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/statements.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/summary.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/testPlan.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/testRecords.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/toggles.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/vendor workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/transcript workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/css workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/files workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/icons workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/vendor workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/scripts workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/cvg.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/fsm.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/menu.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/index.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/dulist.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/condExp.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/cvgBins.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/summary.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/toggles.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/branches.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/testPlan.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/covSummary.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/statements.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/testRecords.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/sourceViewer.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/blockCoverage.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [DELETED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/assertionsDirectives.html workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/covhtmlreport/global.js workbench.desktop.main.js:sourcemap:630 TRACE [File Watcher (parcel)] >> normalized [CHANGED] /tools/prj_sll/sll_ip_repo/sll_cores/sll_phy1_iob1_xspi1_apb3t1_v_1.3-006/hdl/sll_phy_t01/svunit_results/transcript

On 25 Sep 2023, at 9:58 am, Benjamin Pasero @.***> wrote:

I wonder if this issue is being caused by an installed extension. Can you try to run VS Code without extensions? From the command line (NOT the integrated terminal in Code), execute: code --disable-extensions and try your steps again to see if it reproduces. If you see it is an issue with the extension, please file it against the extension repository itself.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/193430#issuecomment-1732970218, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4TGAV7WEIEPO6TV3F74D6TX4EMPJANCNFSM6AAAAAA45Z26AA. You are receiving this because you authored the thread.

bpasero commented 11 months ago

Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/

CodeStillBroken commented 11 months ago

Hi,

Yes, the latest preview release appears to fix the problem.

Thank you. :-)

On 26 Sep 2023, at 11:08 am, Benjamin Pasero @.***> wrote:

Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/193430#issuecomment-1734953499, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4TGAV4PMVYSLADUBEJJWDDX4J5PVANCNFSM6AAAAAA45Z26AA. You are receiving this because you authored the thread.

CodeStillBroken commented 11 months ago

This problem needs to be re-opened. This problem (possibly an intermittent fault) continues to exist in the latest release: 1.8.23. It might be due to installing the release version of VS CODE as a SNAP image. I think it will be important to try and reproduce the fault independently.