Number 3434

Results 78 comments of Number 3434

I have also previously encountered a bug in which the conversion may change the actual colour. Specifically, converting `rgba(r, g, b, 15)` to `rgbo` format (which has `0-255, 0-255, 0-255,...

> Can you provide some motivation for this? Those things are types so it seems like they should be coloured as such. ## Clarification I don't need there to be...

> One option is that we change `support.class.dart` to `support.class.primitive.dart` (and add `String` to the list) That sounds perfect! What about `Object` though? Would that also be included?

Sorry, I didn't fully read your comment before. ### To clarify, I use semantic tokens. I like them as they provide much richer information, but it is sometimes annoying that...

> Ah sorry, I misunderstood from comments in #4963 and thought you had semantic tokens disabled. Sorry, in that issue I meant something like "this syntax highlighting does not need...

Lol. Wow, it seems that a lot of things depend on [`Provide offset/lengths for nodes`](https://github.com/dart-lang/tools/issues/1287)

Transferred to the markdown repo [here](https://github.com/dart-lang/tools/issues/1344).

Transferred to https://github.com/microsoft/vscode/issues/201362

@quyenvsp > Fix all is impossible, even `dart fix` command can't do it. Sorry, I realise my previous suggestion was unclear. What I meant was option to fix all occurrences...

Okay, but to be clear I **_don't_** want to fix _all_ errors, I jusst want there to be a button to fix _one_ specific lint across the entire workspace in...