We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f24ce5 commit 39aa415Copy full SHA for 39aa415
src/git/gitProviderService.ts
@@ -412,13 +412,9 @@ export class GitProviderService implements Disposable {
412
// // return this.container.vsls.readonly;
413
// }
414
415
- // get useCaching() {
416
- // return configuration.get('advanced.caching.enabled');
417
- // }
418
-
419
/**
420
* Registers a {@link GitProvider}
421
- * @param id A unique indentifier for the provider
+ * @param id A unique identifier for the provider
422
* @param name A name for the provider
423
* @param provider A provider for handling git operations
424
* @returns A disposable to unregister the {@link GitProvider}
0 commit comments