You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The
tsgo
LSP is currently hardcoded to look fortsconfig.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 liketypescript.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!
The text was updated successfully, but these errors were encountered: