Danny Tuppeny

Results 1798 comments of Danny Tuppeny

@aeschli sgtm! I've filed https://github.com/microsoft/vscode/issues/124342 and responded to some of your comments there - the Dart Team maintains a repo with the textmate grammar in (that matches the one being...

@UliPrantz the Live Share issue is covered by https://github.com/Dart-Code/Dart-Code/issues/3340. Live Share should still generally work - it should be only the syntax highlighting on the client that is missing (at...

Got it - though to be clear, the code completion etc. should work - but that's provided via Live Share (it should already work today). If that doesn't seem to...

@UliPrantz there's a beta release here -> https://github.com/Dart-Code/Dart-Code/releases/tag/v3.23.0-beta.1 If anything still doesn't work, please ping on https://github.com/Dart-Code/Dart-Code/issues/3340. Thanks!

@aeschli does that require the next version of VS Code? In current stable I get squiggles trying to use an object instead of a boolean:

My next release is planned before VS Code releases. Would current stable handle this nicely (treat the object as true) or should I wait until after VS Code releases before...

@YugoCode this issue is different to using Live Share. This issue is about supporting virtual workspaces where the code doesn't exist on the filesystem. It might not be feasible to...

Closing this because it's unlikely support for virtual workspaces will change from what it is today. The extension relies on many tools that all expect to be able to read/write...

I'm not able to reproduce this. Could you confirm which kind of device you're running on (web, mobile, desktop?), and are you able to reproduce this in a newly created...

> Is it possible the browser is the one keeping the breakpoints in memory until I restart the project? There were some differences with how breakpoints were persisted in the...