Lyu, Wei-Da

Results 257 comments of Lyu, Wei-Da

No. What I meant is that `HTMLAttributes` won't work for SVG. SVG elements have very different attributes.

The `[name: string]` is the part for all the rest. that may include SVG. The known SVG elements are listed. If you want non-standard HTML elements to be typed other...

I think we can only add these when there isn't a tsconfig/jsconfig.json. And have a migration guide that points out some potential problems we can think of. `allowNonTsExtensions`. I tested....

This happens because it is a new syntax and it isn't supported yet by the upstream VSCode css language service.

Does this happen when you disable all other extensions? You can create an empty setting profile and only install the Svelte extension. Also, could you try if it happens in...

No idea. Can you try these to narrow it down more? - If you have a custom preprocess config, try to remove it and see if it helps - Check...

It might have something to do with TypeScript 5.0 or the fix-all quick-fix. But we still need a reproduction to know what the problem is. TypeScript 5.0 has a lot...

We won't be able to help you if we can't reproduce the problem.

[108.1.0](https://github.com/sveltejs/language-tools/releases/tag/extensions-108.1.0) improves the performance of files with big html. Does this address the problem you all have? If not, sorry for repeating it. Please provide a reproduction. You don't have...

It's an upstream issue with VSCode's syntax highlight. There is nothing we can do but wait for VSCode to add syntax highlight support for CSS nesting.