浏览代码

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

正在加载...
取消
保存