Danny Tuppeny

Results 1798 comments of Danny Tuppeny

@Alhadis > I plan on penning an authoritative spec for the TextMate grammar format, based on past and present implementations of its highlighting system. This sounds like a great idea...

@Alhadis I tried implementing your example from above (https://github.com/github-linguist/linguist/issues/7015#issuecomment-2321028904) but I see a problem and I'm not sure whether it's because the parser I'm using is bad (it's a custom...

nm, I think I found a way, but removing `contentName` from that match and using a nested pattern to only apply it to the code after the comment markers :)...

Does this reproduce in a brand new project created with `flutter create` / **Flutter: New Project**? Assuming so, can you capture a log (for that new project) using the **Dart:...

Hmm, something doesn't seem right here - the log should include a lot of information when the debug session starts. Can you confirm that you started capturing logs _before_ starting...

Thanks for the log. Unfortunately it doesn't reveal much.. VS Code sends an `initialize` request to the debug adapter but it never appears to respond (but also appears to not...

> If I use the new debug adapter. No `electron-nodejs (debug.js)` session in vs code process explore. This is correct, the new debug adapters are Dart programs and should show...

Do you get any output if you run `/home/mojo/.asdf/installs/flutter/3.19.2-stable/bin/flutter debug_adapter` from a terminal?

Thanks for checking - that's expected behaviour. I just wanted to check there wasn't some `stderr` output that maybe the log wasn't capturing. Is it possible you could try cloning...

@sunflash apologies, I missed your comment above until the bot just commented. Do you have easy access to another Linux machine to see whether it's specific to openSUSE Tumbleweed? I...