Danny Tuppeny
Danny Tuppeny
@elliette awesome, thank you!
This was fixed - verified on the current Flutter beta (to test the cherry-pick): 
> @DanTup how are you passing the proper URI for the debug session, and is this something we can get on the DevTools side too from the VM service? VS...
We could also perhaps include it on the querystring if we're launching DevTools I think?
There is an [existing mechanism](https://dartcode.org/docs/quickly-switching-between-sdk-versions/) for switching between SDKs, but it assumes you've already set them up (it just changes the path in the config). If we add support for...
I don't know if putting this kind of information in the label will scale very well. Which "flags" should be included could be subjective and I think it'd be hard...
> Maybe there should be a label for this? Pretty much everything in the Backlog is there to collect votes. The backlog is all of the possible things that could...
Today, I think only `///` comments are treated as Markdown, so other comments are just text without any formatting. I'm not sure about Markdown, but I think I have often...
Ah sorry, there some differences between Semantic Tokens and the TextMate grammar also at play here. I guess @pouyakary has disabled semantic tokens or is using a theme that does...
Seems like this is more complicated than I thought. I decided to have a quick scan through the analyzer/server code for these comments that include square brackets to see if...