virtuallyunknown
virtuallyunknown
> Hopefully you saw my updated comment above, I posted it at the same time So if I'm understanding correctly, what you're saying is that `.prettierignore` plays no role actually,...
@JamesHenry you are correct, I work as a single developer for the vast majority of the time and as such, the vscode extension is a good solution since you can...
I am having my whole VSCode hang when [`@tanstack/react-form`](https://tanstack.com/form/latest/docs/installation) is installed. After disabling all extensions one by one, I have figured out that the Typescript Explorer was causing this issue....
I couldn't manage to include diagnostics in my original post because VSCode crashed (for unrelated reasons), but today I got the same issue so here is the output when Copilot...
> I was having this problem, and for me, I just enabled the "Copilot Chat in the IDE" option in the GitHub Copilot policies settings. It worked :) > >...
Appreciate your help @dezguell, but I am not a member of any organizations. https://github.com/settings/organizations On this page all I have is this, so I don't have the option to change...
@francoismassart in their announcement post about v4, they mention that configuration would still be available with a `tailwind.config.js` file, and it's something on their roadmap. > Support for JavaScript configuration...
Hey @cewald, I am not familiar with Nuxt, but I am in the process of migrating to flat config and I managed to get `eslint-plugin-tailwindcss` working with it in my...
Greetings @francoismassart. I installed the `3.15.3-beta.9` and it appears that [every single rule is detecting errors where it should](https://github.com/virtuallyunknown/eslint-flat-config-migration/blob/master/src/tailwind.tsx), the plugin is working as expected. That said, I am not...
Got the same issue today after upgrading a bunch of codemirror related packages. ``` "@uiw/codemirror-extensions-langs": "^4.21.21", "@uiw/codemirror-theme-github": "^4.21.21", "@uiw/codemirror-themes": "^4.21.21", "@uiw/react-codemirror": "^4.21.21", ``` Manually deleted `node_modules` and `pnpm-lock.yaml`, ran `pnpm...