Ver a proveniência

Fixes lint issue

main
Eric Amodio há 5 anos
ascendente
cometimento
461d552271
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/vsls/host.ts

+ 1
- 1
src/vsls/host.ts Ver ficheiro

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

Carregando…
Cancelar
Guardar