Johnny Cheng
Johnny Cheng
Version: 0.49.0 In our (Canva's) monorepo dprint sometimes fails to initialize in VS Code/Cursor. It fails to resolve our dprint.json config file and prints the following logs to the Output...
Follow up more up to date rebase of this https://github.com/microsoft/typescript-go/pull/1636. Address the feat request in this [ticket](https://github.com/microsoft/typescript-go/issues/945), by allowing custom configs to be passed to the tsgo LSP.
## Steps to reproduce Within the same ts project: `foo.ts` ``` import { baz } from `./bar` ... ``` `bar.ts` ``` export const baz = 'true' ``` When bar.ts is...