mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
longer wait time for showTextDoc, #2217
This commit is contained in:
@@ -631,7 +631,7 @@ export class MainThreadEditors {
|
||||
});
|
||||
handle = setTimeout(() => {
|
||||
contd();
|
||||
}, 100);
|
||||
}, 250);
|
||||
|
||||
}).then(() => {
|
||||
// find the editor we have just opened and return the
|
||||
|
||||
Reference in New Issue
Block a user