Explorar el Código

Fixes lint issue

main
Eric Amodio hace 5 años
padre
commit
461d552271
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/vsls/host.ts

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

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

Cargando…
Cancelar
Guardar