We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82de139 commit 0b337f1Copy full SHA for 0b337f1
src/server/project.ts
@@ -1632,7 +1632,7 @@ namespace ts.server {
1632
(newLS as any)[k] = (this.languageService as any)[k];
1633
}
1634
1635
- this.projectService.logger.info(`Plugin validation succeded`);
+ this.projectService.logger.info(`Plugin validation succeeded`);
1636
this.languageService = newLS;
1637
this.plugins.push({ name: configEntry.name, module: pluginModule });
1638
0 commit comments