prettier-vscode
prettier-vscode copied to clipboard
The configuration file also resolves when using github.dev.
trafficstars
Is your feature request related to a problem? Please describe. Unintended formatting when developing on github.dev as it does not read prettier config files.
Describe the solution you'd like
Make src/BrowserModuleResolver.ts also do file resolution with `getResolvedConfig.
Describe alternatives you've considered
Use prettier/standalone instead of prettier to at least load the configuration file with just vscodeConfig.configPath.
Additional context nothing.