handle some open clicks

This commit is contained in:
Joao Moreno
2016-12-02 11:30:50 +01:00
parent 3faded62ad
commit 62283a969b
2 changed files with 19 additions and 6 deletions

View File

@@ -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);