We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c10ca3 commit a859e01Copy full SHA for a859e01
1 file changed
packages/code-service/src/repository.ts
@@ -145,7 +145,7 @@ export class RootRepository extends Repository {
145
private _onDidChangeRef = new Emitter<void>();
146
readonly onDidChangeRef = this._onDidChangeRef.event;
147
148
- public _initialized = false;
+ private _initialized = false;
149
150
private _refs: Refs = { branches: [], tags: [] };
151
get refs() {
0 commit comments