Quellcode durchsuchen

Fixes lint issue

main
Eric Amodio vor 5 Jahren
Ursprung
Commit
461d552271
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/vsls/host.ts

+ 1
- 1
src/vsls/host.ts Datei anzeigen

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

Laden…
Abbrechen
Speichern