bughelp wantedvscode
Metriche repository
- Star
- (3611 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
GhostText just created a tab in a minimized workspace and then brought the whole app to focus (with the AppleScript command)
There must be a better way than this:
Last attempt:
This is because GhostText runs once per workspace, so the minimized one was the one that was running the server:
Possible solution:
- Use
vscode.workspace.workspaceFoldersto find the front-most workspace maybe