mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
quick access - more cleanup
This commit is contained in:
@@ -146,7 +146,7 @@ export class Application {
|
||||
}
|
||||
|
||||
// wait a bit, since focus might be stolen off widgets
|
||||
// as soon as they open (e.g. quick open)
|
||||
// as soon as they open (e.g. quick access)
|
||||
await new Promise(c => setTimeout(c, 1000));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user