Where to build the Ωedit/DFDL RPC layer #43
scholarsmate
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The DFDL vscode extension has a debugger that operates over DAP, and in version 2, it will use Ωedit over RPC (via gRPC) for editing schemas and data files. Would it be better to have a single service handle the debugging and the editing, or would it be better to have one service handle debugging and another handle editing and have the extension route as appropriate? Whether we use a single, consolidated service or separate services, there should be no difference in the user experience one way or the other.
Beta Was this translation helpful? Give feedback.
All reactions