Danny Tuppeny

Results 1798 comments of Danny Tuppeny

@Chuan1937 I see you closed this, but I think this is still a valid issue - the titles look much too large and don't fit in with VS Code. It...

Fixed as part of https://github.com/Dart-Code/Dart-Code/issues/5406

I think there are two issues here. Because of how the Dart formatter works, we actually have to format the entire document and then we try to minimize the results...

btw, thanks for the precise repro - it's so much faster to understand bugs when the steps are so explicit :-)

Correct - what happens here is that when there is any empty collection that is modified by the formatter, the algorithm to produce minimal edits fails. In that case, we...

> I observed the issue at least 3 months ago btw, if you find problems that don't have existing issues, please do file new ones. The reason this bug wasn't...

@p0mmy > The reason I did not spot this bug report three months ago is that the issue I then observed did not involve white space within empty lists, but...

The main issue here (that Format Selection might ever format the entire file) is fixed by https://github.com/dart-lang/sdk/commit/822b1f24443aea33c560b96e847faed3dfcaa2a1. This is a fix in the language server that ships as part of...

@jtarkowski27 are the projects more deeply nested in the problematic workspace? There is [a setting](https://dartcode.org/docs/settings/#dartprojectsearchdepth) that controls how deep we'll walk through the workspace looking for Dart projects the defaults...

Could you try: - Open the problematic workspace - Press `F1` to open the command palette - Search for and run the **Preferences: Open Workspace Settings (JSON)** command - Paste...