11

When I create a new file in vscode and then hit ctrl+s to save the untitled file, instead of opening the file explorer window directly, it instead sends a system notification that says...

"Visual Studio Code: "Save As" is ready".

I then have to grab my mouse and click the notification to focus the file explorer.

How can I fix/disable this behaviour?

Scorb
  • 1,330

2 Answers2

4

Apparently a known (and unfortunately currently unresolved) bug in the electron version vscode has upgraded to, see https://github.com/electron/electron/issues/32857 and/or https://github.com/microsoft/vscode/issues/146422

steinmn
  • 56
  • 4
2

Before Electron fixes the underlying issue that @steinmn references, you can work around it by installing GrandTheftFocus

crazy2be
  • 173