diff --git a/src/vsls/host.ts b/src/vsls/host.ts index 7a6626b..210c415 100644 --- a/src/vsls/host.ts +++ b/src/vsls/host.ts @@ -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() {