Danny Tuppeny
Danny Tuppeny
Pub workspaces: "pub deps" returns information for the whole workspace and not the current package
# Environment - Dart version: `Dart SDK version: 3.6.0-edge.0b965a1ac8370935ccefa7ca11076b79a2a73037 (main) (Mon Jul 22 08:59:36 2024 +0000) on "windows_x64"` - OS kind and version (e.g. "Windows 10, version 1809" or "macOS...
I was surprised to see paths in `C:\Users\danny\.puro\shared\pub_cache` showing up in projects where I had not used Puro. It appears that during installation, the `PUB_CACHE` env variable is changed globally....
This seems similar to https://github.com/pingbird/puro/issues/47 but that was marked as resolved. I was trying to test something with Puro but I've spent quite a while wrestling to try and get...
When running on GitPod, it takes around 10 seconds for a breakpoint to be hit. I previously assumed this was [the Chrome issue](https://github.com/dart-lang/sdk/issues/39187) but if I open the inspector for...
### Steps to reproduce I'm on the latest `master` (commit ccb2b4439a) and I noticed a number of things not working as expected in VS Code. It turns out, Dart-Code thinks...
I had this in my `analysis_options.yaml` (note the blank entry at the end): ```yaml linter: rules: - camel_case_types - file_names - non_constant_identifier_names - comment_references - ``` It caused the server...
### Commit(s) to merge - https://dart-review.googlesource.com/c/sdk/+/381460 - https://dart-review.googlesource.com/c/sdk/+/381481 - https://dart-review.googlesource.com/c/sdk/+/381860 ### Target stable ### Prepared changelist for beta/stable https://dart-review.googlesource.com/c/sdk/+/381760 ### Issue Description Recent changes to the analysis server result in...
This was reported at https://github.com/dart-lang/dart-syntax-highlight/issues/11#issuecomment-1613758553. Dart highlighting on GitHub doesn't handle unterminated triple-backticks as expected. VS Code _does_ handle it as expected. However, while debugging this, I've become less certain...
I found a difference in behaviour between VS Code / GitHub syntax highlighting that I originally thought was VS Code's issue, but after some comments on https://github.com/microsoft/vscode/issues/189940 I'm now not...
While investigating https://github.com/dart-lang/dart-syntax-highlight/issues/11 I found a difference in how VS Code and GitHub/linguist handle `when` in the grammars. In VS Code, when a `when` pattern stops matching, any open scopes...