ソースを参照

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

読み込み中…
キャンセル
保存