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
When I try to open any file via double clicking in the file explorer sidebar or Rightclick->Open to the side, nothing happens. Also via File->Open will not work. What does work is Right Click -> Open With...
Using the verbose flag I get the following error in the command line whenever trying to open a file:
ERR color: #f33 h is not iterable: TypeError: h is not iterable
Error Log
`[7152:0715/092317.810615:INFO:CONSOLE(627)] "%cTRACE color: #888 [text file model] resolve() - enter file:///home/stephan/phd/projects/202104_motic_code/motic_daq/motic_daq_max10/command_decoder.sv", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[7152:0715/092317.811794:INFO:CONSOLE(627)] "%cTRACE color: #888 [text file model] resolveFromFile() file:///home/stephan/phd/projects/202104_motic_code/motic_daq/motic_daq_max10/command_decoder.sv", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[7152:0715/092317.812482:INFO:CONSOLE(627)] "%cTRACE color: #888 [text file model] resolve() - enter file:///home/stephan/phd/projects/202104_motic_code/motic_daq/doc/spi_commands.txt", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[7152:0715/092317.812580:INFO:CONSOLE(627)] "%cTRACE color: #888 [text file model] resolveFromFile() file:///home/stephan/phd/projects/202104_motic_code/motic_daq/doc/spi_commands.txt", source: ERR color: #f33 h is not iterable: TypeError: h is not iterablefile:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[main 2021-07-15T07:23:18.050Z] menubarService#updateMenubar 1
[7152:0715/092319.119231:INFO:CONSOLE(627)] "%c ERR color: #f33 h is not iterable: TypeError: h is not iterable
at Tn.cacheContributionPoints (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2164:18608)
at file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2164:10261
at l.fire (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:60:1836)
at w.flush (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:637:6738)
at file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2509:61901
at l.fire (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:60:1836)
at file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:58:58821
at file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:58:58966
at l.fire (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:60:1836)
at file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:58:58655
at l.fire (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:60:1836)
at file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:58:58821
at l.fire (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:60:1836)
at X (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:3423)
at _.onResponse (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:4399)
at _.onBuffer (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:4239)
at file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:1817
at l.fire (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:60:1836)
at EventEmitter.V (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:58:60442)
at EventEmitter.emit (events.js:315:20)
at Object.onMessage (electron/js2c/renderer_init.js:121:1082)", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
`
I have disabled all extensions, the problem persists.
I just realized that somehow the apt repo was disabled and I was not using the newest version of VS Code.
After updating to 1.58.2 the issue does not appear anymore.
When I try to open any file via double clicking in the file explorer sidebar or Rightclick->Open to the side, nothing happens. Also via File->Open will not work. What does work is Right Click -> Open With...
Using the verbose flag I get the following error in the command line whenever trying to open a file:
ERR color: #f33 h is not iterable: TypeError: h is not iterable
Error Log
I have disabled all extensions, the problem persists.
Version: 1.56.0
Commit: cfa2e21
Date: 2021-05-04T21:58:14.757Z
Electron: 12.0.4
Chrome: 89.0.4389.114
Node.js: 14.16.0
V8: 8.9.255.24-electron.0
OS: Linux x64 5.11.0-22-generic
The text was updated successfully, but these errors were encountered: