typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

[feat][lsp] add support for custom config file name(s)

Open mjames-c opened this issue 6 months ago • 0 comments

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!

mjames-c avatar May 26 '25 23:05 mjames-c