mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
handle some open clicks
This commit is contained in:
@@ -63,7 +63,7 @@ export class ExtHostSCM {
|
||||
supportsOriginalResource: !!provider.getOriginalResource
|
||||
});
|
||||
|
||||
const onDidChange = debounceEvent(provider.onDidChange, (l, e) => e, 200);
|
||||
const onDidChange = debounceEvent(provider.onDidChange, (l, e) => e, 100);
|
||||
const onDidChangeListener = onDidChange(resourceGroups => {
|
||||
this.cache = Object.create(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user