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 d548fcc commit 5ab93f9Copy full SHA for 5ab93f9
src/git/models/repository.ts
@@ -1033,7 +1033,7 @@ export class Repository implements Disposable {
1033
e = { ...e, uris: new UriSet(uris) };
1034
}
1035
1036
- using scope = startLogScope(`${getLoggableName(this)}.fireChangeCore`, false);
+ using scope = startLogScope(`${getLoggableName(this)}.fireFileSystemChangeCore`, false);
1037
Logger.debug(
1038
scope,
1039
`firing fs changes=${join(
0 commit comments