Browse Source

Slims logging

main
Eric Amodio 1 year ago
parent
commit
7d08d60589
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/env/node/git/localGitProvider.ts

+ 1
- 1
src/env/node/git/localGitProvider.ts View File

@ -560,7 +560,7 @@ export class LocalGitProvider implements GitProvider, Disposable {
return opened;
}
@debug()
@debug({ singleLine: true })
openRepositoryInitWatcher(): RepositoryInitWatcher {
const watcher = workspace.createFileSystemWatcher('**/.git', false, true, true);
return {

Loading…
Cancel
Save