Krystan HuffMenne

Results 46 comments of Krystan HuffMenne

The `overrides` section of prettierrc.js was also necessary for getting things working in VSCode? I'm pretty surprised to see that since the plugin should already register the parser for those...

What glimmer-related VSCode extensions do you have installed?

I finally saw this happen IRL when working on someone else's computer. I suspect that it's something to do with which VSCode extension is registering the `gjs/gts` extension. It appears...

Are you all using PNPM (and are you using PNPM workspaces)? I found some issues around how Prettier auto-loads plugins that seem like they would conflict with PNPM. Also found...

Notes from my investigation today: `getSupportInfo()` (which is what prettier-vscode uses to load the supported file extensions) does not return file extensions for custom registered languages https://github.com/prettier/prettier/issues/10561 > Plugins are...

Can y'all try out v1.1.0 and see if any of your issues are resolved? Specifically, in @wagenet's config I was able to remove: `"prettier.documentSelectors": ["**/*.gjs", "**/*.gts"]` from `.vscode/settings.json` and the...

Thanks @hmajoros . I won't be able to look into this for a few weeks, but if someone has time to investigate, I'd look into... * Is this a real...

Can you confirm this is still an issue with the latest version?