提交 4dc63b50 编写于 作者: M Matt Bierner

Fix duplicate config requests sometimes being sent to TS

Fixes #54088
上级 e1a0000f
......@@ -89,12 +89,12 @@ export default class FileConfigurationManager {
return;
}
this.formatOptions[key] = currentOptions;
const args: Proto.ConfigureRequestArguments = {
file,
...currentOptions,
};
await this.client.execute('configure', args, token);
this.formatOptions[key] = currentOptions;
}
public reset() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册