Omar Rwemi
Omar Rwemi
I'm facing the same issue while working on file upload, and nothing worked. My server is returning "Content-Type: application/json" which, I think, is the right type. Tried setting "Accept: application/json"...
I hope this issue is solved soon! I've just upgraded my project to v14 and now I'm not able to do anything with it unless this issue is solved! My...
@jasonaughton, I'll be glad to merge your pull request. Just, please, try to respect the architecture and the code style.
I thought the Todo, Question, and Important classifications are enough for most uses.. But yeah, it's a legitimate feature request, I guess. And you're not the first one to ask...
I've been thinking about it a lot, and it's pretty much in my backlog for this project. It's just a matter of finding some free time to work on it....
Actually, I'm working on a new extension that has unlimited custom classification tokens made by the user (with other more features). I'm currently working on some loose nuts to tight...
Hi, Yeah, I noticed this issue myself. Currently I'm working on overhauling the extension to add the ability for custom tokens and some other features, and I'll probably look into...
I'm facing the same issue here. It happened right after VSCode update. I'm using prettier.config.js ``` /** * @see https://prettier.io/docs/en/configuration.html * @type {import("prettier").Config} */ const config = { plugins: ['prettier-plugin-tailwindcss'],...
ChatGPT solved it for me! TLDR: Prettier VS Code extension still ships with Prettier 2.x, and something in the “load chain” was just converted to pure ESM and now contains...