microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

Does this support TS server plugins? #762

Open znck opened 3 years ago

znck commented 3 years ago

Similar to VS Code, can a sublime plugin add typescript server plugin?

https://code.visualstudio.com/api/references/contribution-points#contributes.typescriptServerPlugins

orta commented 3 years ago

I'd assume it can if the tsconfig.json is set up correctly, then they work - https://www.typescriptlang.org/tsconfig#plugins

That feature is for other vscode extensions to automatically have those plugins automatically hooked up. That feature I doubt is set up in this extension.