Lyu, Wei-Da

Results 270 comments of Lyu, Wei-Da

Correct me if I misunderstood because I don't fully understand what you want to address, so please explain your intention in detail. There seem to be two issues you want...

Only top-level style tags have CSS language features. We could add the support, but since this is such a rare use case, this will be a low priority. It would...

>Is it fine if i send in a draft first for review and help on the solution Sure!

Have you tried following what the message told you? > Svelte language server detected a large amount of JS/Svelte files. To enable project-wide JavaScript/TypeScript language features for Svelte files, exclude...

The exclude doesn't look right. The relative pattern should be relative to the tsconfig.json. So most of them should be `./` instead of `../`. Do you override the include as...

Please provide a reproduction repository. There isn't enough information for me to tell what the problem is. Also, take a look at the documentation on "include" and "exclude" for the...

I can't reproduce this. Can you elaborate more on what you mean by "auto format"? Is a format on save? Code action on save? Or do you trigger the format?...

Yeah, I tried both, but I can't reproduce it. That's why I thought there might be something else you didn't mention. It might be related to your config. Does this...

If turning off `html.autoClosingTags` can stop the issue, the problem is that the formatting causes small changes to the file similar to when you manually typed `>` and therefore triggers...

Similar issue with HTML https://github.com/microsoft/vscode/issues/137938