Przeglądaj źródła

Fixes lint issue

main
Eric Amodio 5 lat temu
rodzic
commit
461d552271
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/vsls/host.ts

+ 1
- 1
src/vsls/host.ts Wyświetl plik

@ -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() {

Ładowanie…
Anuluj
Zapisz