flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.53k stars 314 forks source link

Fix VS Code sidebar mock app + generated mocks + remove unused method #7883

Closed DanTup closed 1 month ago

DanTup commented 1 month ago
  1. Fixes an error in the mock VS Code sidebar stager app because DevToolsEnvironmentParameters and DTDManager where not set
  2. Removes the executeCommand method from the VS Code API (we never used this and we'll be moving to a DTD-based API so this will make the postMessage and DTD implementations during the transition more similar).
  3. Add a dependency on dap to devtools_test since it's used in the VM Service wrapper that has a mock generated and otherwise products dynamic in the generated code which is an error.