Преглед на файлове

Avoids hang with Live Share

main
Eric Amodio преди 1 година
родител
ревизия
bdd3f36f60
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      src/container.ts

+ 2
- 1
src/container.ts Целия файл

@ -297,7 +297,8 @@ export class Container {
this._disposables.push(this._git.register(provider.descriptor.id, provider));
}
await this._git.registrationComplete();
// Don't wait here otherwise will we deadlock in certain places
void this._git.registrationComplete();
}
private onAnyConfigurationChanged(e: ConfigurationChangeEvent) {

Зареждане…
Отказ
Запис