devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Migrate the VS Code Sidebar API to use the Dart Tooling Daemon

Open kenzieschmoll opened this issue 2 years ago • 0 comments

Using postMessage was a workaround that we used in the absence of DTD. Now that DTD is finishing up, we will be able to migrate away from postMessage for the VS code sidebar, which will be more robust and will allow us to use standalone UI components outside of an embedded environment.

@DanTup

kenzieschmoll avatar Jan 17 '24 22:01 kenzieschmoll