瀏覽代碼

Fixes lint issue

main
Eric Amodio 5 年之前
父節點
當前提交
461d552271
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/vsls/host.ts

+ 1
- 1
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() {

Loading…
取消
儲存