-
Notifications
You must be signed in to change notification settings - Fork 694
Open
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience
Description
The tsgo
LSP is currently hardcoded to look for tsconfig.json
files for figuring out project configuration for a given source file (similar to TSv5). My request is to make the config file names the LSP searches for configurable (e.g. a vscode option like typescript.native-preview.configNames: string[]
)
This would allow my company (Canva) to experiment and incrementally rollout different project configurations to our 600+ frontend engineers. If the TS team is onboard with this feature being added it's something my team could contribute. Thanks!
Metadata
Metadata
Assignees
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience