Implement Cross Service Message Registry #1058
Labels
build
Issues related to building of the code
code completion
Issues related to DFDL code completion capability
code quality
Issues related to code quality
data editor
Issues related to the Data Editor capability
debugger
Issues related to the DFDL debugger capability
documentation
Improvements or additions to documentation
enhancement
New feature or request
extension
Issues releated to the VSCode Extension
typescript
Milestone
Currently, the messages being sent across the multiple extension services (Data Editor UI, Data Editor Client instance, and the DFDL Debug Session) have no strict types or content structure. This becomes problematic when attempting to implement functionality in relation to a specific event and its content because there is only runtime raw JS object resolution.
These messages can be templated and stored for compile type resolution for a more orthogonal development structure.
The text was updated successfully, but these errors were encountered: