mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Update typescriptServiceClient.ts, fix naming errors (#155946)
Update typescriptServiceClient.ts fix naming errors
This commit is contained in:
@@ -554,8 +554,8 @@ export default class TypeScriptServiceClient extends Disposable implements IType
|
||||
}
|
||||
|
||||
// Reconfigure any plugins
|
||||
for (const [config, pluginName] of this.pluginManager.configurations()) {
|
||||
this.configurePlugin(config, pluginName);
|
||||
for (const [pluginName, config] of this.pluginManager.configurations()) {
|
||||
this.configurePlugin(pluginName, config);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user