Eric Amodio 5 роки тому
джерело
коміт
461d552271
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/vsls/host.ts

+ 1
- 1
src/vsls/host.ts Переглянути файл

@ -75,7 +75,7 @@ export class VslsHostService implements Disposable {
this.onRequest(RepositoriesInFolderRequestType, this.onRepositoriesInFolderRequest.bind(this));
this.onRequest(WorkspaceFileExistsRequestType, this.onWorkspaceFileExistsRequest.bind(this));
this.onWorkspaceFoldersChanged();
void this.onWorkspaceFoldersChanged();
}
dispose() {

Завантаження…
Відмінити
Зберегти