Parcourir la source

Fixes lint issue

main
Eric Amodio il y a 5 ans
Parent
révision
461d552271
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/vsls/host.ts

+ 1
- 1
src/vsls/host.ts Voir le fichier

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

Chargement…
Annuler
Enregistrer