microsoft / vscode

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

Windows 11 does not open dialogs from VSCode #213073

Open KoljanTestwamore opened 1 month ago

KoljanTestwamore commented 1 month ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. Open VSCode
  2. Try open Help > About

I cannot reproduce it on the other machine.

VSCode does not open Windows dialogs - so I cannot use git discard, open "check for updates" or "about" from Help submenu, also "replace all" does not work as it opens dialog too. Every time I try to open any of the sections mentioned before - I just get Windows notification opened sound and nothing opens.

VSCodeTriageBot commented 1 month ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.89.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

KoljanTestwamore commented 1 month ago

code --verbose --disable-extensions

[21528:0520/200829.557:INFO:CONSOLE(656)] "%cTRACE color: #888 DialogService#confirm Replace 3483 occurrences across 109 files with 'j'?", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.582:INFO:CONSOLE(656)] "%cDEBUG background: #eee; color: #888 Comments: URIs of continue on comments to add to storage .", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.604:INFO:CONSOLE(656)] "%cTRACE color: #888 [text file model] resolve() - enter git:/c%3A/Job/wb-moder1/README.md?%7B%22path%22%3A%22c%3A%5C%5CJob%5C%5Cwb-moder1%5C%5CREADME.md%22%2C%22ref%22%3A%22HEAD%22%7D", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.604:INFO:CONSOLE(656)] "%cTRACE color: #888 [text file model] resolveFromFile() git:/c%3A/Job/wb-moder1/README.md?%7B%22path%22%3A%22c%3A%5C%5CJob%5C%5Cwb-moder1%5C%5CREADME.md%22%2C%22ref%22%3A%22HEAD%22%7D", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.604:INFO:CONSOLE(656)] "%cTRACE color: #888 onWillActivateByEvent: onFileSystem:git", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.604:INFO:CONSOLE(656)] "%cTRACE color: #888 [text file model] resolve() - enter git:/c%3A/Job/wb-moder1/README.md?%7B%22path%22%3A%22c%3A%5C%5CJob%5C%5Cwb-moder1%5C%5CREADME.md%22%2C%22ref%22%3A%22%22%7D", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.605:INFO:CONSOLE(656)] "%cTRACE color: #888 [text file model] resolveFromFile() git:/c%3A/Job/wb-moder1/README.md?%7B%22path%22%3A%22c%3A%5C%5CJob%5C%5Cwb-moder1%5C%5CREADME.md%22%2C%22ref%22%3A%22%22%7D", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.605:INFO:CONSOLE(656)] "%cTRACE color: #888 onWillActivateByEvent: onFileSystem:git", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.605:INFO:CONSOLE(656)] "%cTRACE color: #888 onWillActivateByEvent: onFileSystem:git", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.605:INFO:CONSOLE(656)] "%cTRACE color: #888 onWillActivateByEvent: onFileSystem:git", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.609:INFO:CONSOLE(656)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.611:INFO:CONSOLE(656)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.645:INFO:CONSOLE(656)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200829.669:INFO:CONSOLE(656)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656) [21528:0520/200832.904:INFO:CONSOLE(656)] "%cDEBUG background: #eee; color: #888 Comments: URIs of continue on comments to add to storage .", source: vscode-file://vscode-app/c:/Soft/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js (656)

starball5 commented 1 month ago

Related on Stack Overflow: https://stackoverflow.com/q/78507287/11107541