Danny Tuppeny
Danny Tuppeny
I was moving some tests in Flutter over to the memory file system and hit some issues because of differences in behaviour. In the real implementation, if you use a...
Given this code: ```dart import "dart:async" as x; main() { var a = new x.Future(); } ``` If you send a hover request for the `x` at the bottom you...
It doesn't seem like there's an issue specifically for this, but there has been some discussion across various other issues (and PRs like https://github.com/Dart-Code/Dart-Code/pull/4232). There is a desire to have...
I originally raised this as https://github.com/microsoft/vscode/issues/189940 but it seems like it should be moved here. The original report is as follows: --- This was reported at https://github.com/dart-lang/dart-syntax-highlight/issues/11#issuecomment-1613758553. Dart highlighting on...
This looks weird (and makes the URIs really long), I think they should show `package:` URIs. 
Currently when an exception occurs, we inject an `` variable into the top stack frame. This means if you navigate up the stack (eg. if the exception occurred inside the...
### What information needs to be added? (Related issue: https://github.com/dart-lang/sdk/issues/56755) Windows Defender can significantly slow down the first analysis of a project after a reboot because it blocks reads from...
Reported by @kenzieschmoll at https://github.com/Dart-Code/Dart-Code/issues/4540#issuecomment-2260923319 Seeing this issue again when trying to call `Clipboard.setData` from DevTools, which falls back to calling the VS Code workaround ``` window.parent?.postMessage( { 'command': 'clipboard-write',...
With the fix for https://github.com/dart-lang/sdk/issues/56820 / https://github.com/Dart-Code/Dart-Code/issues/5157, the breakpoint will no longer be set. The VM returns us a reason: ```js { "jsonrpc": "2.0", "error": { "code": 102, "message": "Cannot...
- [ ] Land when it's clear the DevTools changes will be in the next release, since removal of the refresh does mean that older SDKs will lose the sidebar...