Danny Tuppeny
Danny Tuppeny
> If it's not that, I'm still wondering if we have a bug for non-web here - we're never setting `onPauseReload` for DAP, but for non-web we'd still want the...
@RedCMD I'm not sure I understand, the issue here appears to be with `begin`/`end` and not `while`? The first pattern in my example `begins` with triple backticks and ends with...
Oh, I see! That does sound sensible, so maybe the issue here is GitHub then. I've opened an issue at https://github.com/github-linguist/linguist/issues/7015 (assuming that's the right place) for their take on...
@hediet seems like you didn't actually close this. However, I've been unable to determine whether VS Code is actually correct here. I got a response at https://github.com/github-linguist/linguist/issues/7015#issuecomment-2321028904 suggesting maybe VS...
@RedCMD thanks for digging more into this! If VS Code agrees and will fix this, then I guess I will have to update the Dart grammar (I feel like it's...
I've re-raised this at https://github.com/microsoft/vscode-textmate/issues/241
Can you confirm where you're seeing these issues? Are they in the Problems view (eg. from analysis before you start a debug session), or in the Debug Console (happening when...
> The problem is that the detected errors are aborting the test run. I'd still expect to be able to execute / debug the tests. Can you give a screenshot...
> hitting the "Debug anyways" button does give me the behavior I wanted. I wasn't hitting that without thinking since usually that isn't the behavior you want. For example, in...
I've updated the message to no longer say "Build", and instead just "Errors exist in your project" and I've changed the "Debug Anyway" button to "Run Anyway" (https://github.com/Dart-Code/Dart-Code/issues/5283). While making...