Danny Tuppeny

Results 1798 comments of Danny Tuppeny

@sunflash ok, I tried this out in a VM but unfortunately was unable to repro. I was able to run the app without any problems: ![image](https://github.com/Dart-Code/Dart-Code/assets/1078012/bc287766-d541-4cb4-b547-321cba57418e) I verified in the...

@sunflash how did you install Flutter? In the VM from above, I tried the following (I don't know if I did this right because some of this stuff is unknown...

Sorry, I missed the notification from your previous message. > If you are running "code" from the command line after you enter the box you created, then it's VS Code...

> So I don't think setup or configuration is the issue here I've been unable to reproduce the issue so there must be _something_ different between our setups. It's difficult...

Thanks for the update! It'd be nice to figure out what's different between these that's causing the problem, but it's difficult to do without being able to repro myself where...

@bkonyi is there an existing way to get at the return value for a function through the VM Service? In JS, when you step over a return, there's an extra...

@bkonyi thanks, I've opened https://github.com/dart-lang/sdk/issues/55704

([from Discord](https://discord.com/channels/608014603317936148/958861835971461120/1232257259506110475)) Maybe we could allow specifying a mapping of which saved files trigger which tests to run (this would be a VS Code setting, so could be commited in...

Dupe of https://github.com/Dart-Code/Dart-Code/issues/2878

Looks like this is related to how VS Code expands what's under the cursor to get the variable name - it's including the `$` which then fails to evaluate: ```...