Kaynağa Gözat

Fixes lint issue

main
Eric Amodio 5 yıl önce
ebeveyn
işleme
461d552271
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/vsls/host.ts

+ 1
- 1
src/vsls/host.ts Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet