提交 a21640e5 编写于 作者: B Benjamin Pasero

Missing FS events (fixes #44036)

上级 86e3c7ea
......@@ -165,7 +165,7 @@ export class FileService implements IFileService {
private registerListeners(): void {
this.toDispose.push(this.contextService.onDidChangeWorkbenchState(() => {
if (this.lifecycleService.phase === LifecyclePhase.Running) {
if (this.lifecycleService.phase >= LifecyclePhase.Running) {
this.setupFileWatching();
}
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册