提交 23d53e96 编写于 作者: S Sandeep Somavarapu

Fix #34254

上级 7cb8ac43
...@@ -537,10 +537,10 @@ export class WorkspaceService extends Disposable implements IWorkspaceConfigurat ...@@ -537,10 +537,10 @@ export class WorkspaceService extends Disposable implements IWorkspaceConfigurat
this.workspace.folders = configuredFolders; this.workspace.folders = configuredFolders;
this.onFoldersChanged() this.onFoldersChanged()
.then(configurationChanged => { .then(configurationChanged => {
this._onDidChangeWorkspaceFolders.fire(changes);
if (configurationChanged) { if (configurationChanged) {
this.triggerConfigurationChange(); this.triggerConfigurationChange();
} }
this._onDidChangeWorkspaceFolders.fire(changes);
}); });
} else { } else {
const configurationChanged = this.updateWorkspaceConfiguration(true); const configurationChanged = this.updateWorkspaceConfiguration(true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册