microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
271 stars 77 forks source link

Add better types for TypeScript #283

Open connor4312 opened 1 year ago

connor4312 commented 1 year ago

We could emit union types/type maps to make type-safe consumers. For instance, there's currently no type system linkage between requests and responses.

ashgti commented 1 year ago

I added some small improvements in #284 but I didn't create any type unions yet.