Danny Tuppeny

Results 1798 comments of Danny Tuppeny

Sorry, I should've included more info. I can still repro today, but it requires checking out a slightly older SDK (the one I was testing with above) and a bit...

Thanks for the report. This is because we automatically add a leading underscore to the state name and the rest of the name is a linked edit to the widget...

I confirmed this does work with something like this: ```js { "foo": { "scope": "dart", "prefix": "foo", "body": [ "var ${1:aaa} = '${1/_*(.*)/$1/}'" ], "description": "Create variable with uppercase string...

Does this happen in just this project, or also if you create a new project using the **Flutter: New Project** command? Could you try capturing debugging logs while reproducing this...

@readyiman could you post a screenshot of exactly where you're seeing "Connecting VM"? There's nothing obviously wrong in the log file that I can see, but it's also not clear...

As a possible workaround to get you up and running, you can try adding this to your VS Code user settings: ``` "dart.previewSdkDaps": false, ``` This will switch back to...

Thanks for the info. I'm looking through the code again and think I may have found the issue (or at least _an_ issue). When configuring the isolates, we ask the...

Ok, looks like one of the URIs in the request (`map_card_ps.dart`) didn't get mapped, and instead returned `null`. However there are two `null`s in the list, which has shifted everything...

> File name is `centered_map_card_ps.dart`. I don't understand what you mean with difference. It look like any other file to me. I'm not sure what we're looking for either, so...

> I can easily reproduce this issue by making a file with comma on it's filename and import it. Aha! Thanks for tracking this down. Hopefully this will help me...