Danny Tuppeny

Results 1798 comments of Danny Tuppeny

Since there are lots of shared functions using `fsPath` (and we'd have to make two copies), most of this would be better fixed once the legacy protocol support has been...

Probably not, however it's not clear to me yet if any improvements to code generation (in light of macros going away) could also involve non-file sources, so I think it's...

My understanding is that current plans are only for generated content on-disk and therefore this is no longer relevant.

This is blocked by https://github.com/microsoft/vscode/issues/215988.

Can you give an example of this? (for example a way I can simulate a failure that is not showing the correct output) I would have expected that build failures...

> For example, if you add a dependency that can't be found to the pubspec.yaml file, the build will fail without any warning. Thanks, I'll try that out when next...

@Number-3434 I wasn't able to reproduce this.. If I add an invalid package name to my pubspec and try to run, I see an error like this: ![Screenshot 2024-05-09 at...

> I'm pretty sure this is an issue with the grammar attempting to interpret these blocks and not ignoring them as comments. Other grammars don't attempt to intepret content in...

> For what it's worth, the old syntax highlighter that GitHub uses for Textmate-based grammars (called prettylights - it's not public) is no longer being maintained so if GitHub is...

> seems to indicate an implementation difference in VSCode's handling of `begin`/`while` pairs, a discrepancy that—given the sketchy and under-documented nature of this particular feature—comes as no surprise. > >...