Skip to content

Consider adding languageServiceOptions to TSConfig #57629

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
6 tasks done
mrazauskas opened this issue Mar 4, 2024 · 0 comments
Closed
6 tasks done

Consider adding languageServiceOptions to TSConfig #57629

mrazauskas opened this issue Mar 4, 2024 · 0 comments
Labels
Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript

Comments

@mrazauskas
Copy link

πŸ” Search Terms

"language", "service", "options", "tsconfig"

βœ… Viability Checklist

⭐ Suggestion

This is just a design issue. Without reading the documentation it isn’t clear that compilerOptions.plugins are actually "language service plugins". The compiler does not load the plugins, hence it might make sense separating them to languageServiceOptions (similar to watchOptions).

This issue could be considered as a candidate for #54500

πŸ“ƒ Motivating Example

languageServiceOptions.plugins makes it clear that these plugins will not be loaded during compile time.

πŸ’» Use Cases

Each time when the plugins option is used.

@RyanCavanaugh RyanCavanaugh added Suggestion An idea for TypeScript Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature labels Mar 4, 2024
@mrazauskas mrazauskas closed this as not planned Won't fix, can't repro, duplicate, stale Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

2 participants