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
Currently show in ide feature has been disabled because VS Code is not being moved to front.
There is no direct VS Code Extension API that will call Electron Window API
Solutions checked:
calling VS Code executable using exec( ) - do not worked
using command vscode.openFolder - do to worked
executing using vscode://file/ - moves window to front of all VS Code windows, not OS opened windows
using Task with shell execution - works, but creates new terminal tab with some logs and produces console errors (see feat: Use Task to focus window #22)
Currently show in ide feature has been disabled because VS Code is not being moved to front.
There is no direct VS Code Extension API that will call Electron Window API
Solutions checked:
exec( )
- do not workedvscode.openFolder
- do to workedvscode://file/
- moves window to front of all VS Code windows, not OS opened windowsThe text was updated successfully, but these errors were encountered: