If we break the few dependencies that the sync system and preproc systems have directly on vscode, then they can be bundled into a standalone executable for users of other editors to make use of.
Essentially splitting this project into 3 parts.
- Vscode wrapper
- Standalone wrapper
- Sync and PreProc core
Currently, I plan to implement this using Deno
But Bun would be a workable alternative. Node is also adding single executable support, but i believe that is still in experimental mode.
If we break the few dependencies that the sync system and preproc systems have directly on vscode, then they can be bundled into a standalone executable for users of other editors to make use of.
Essentially splitting this project into 3 parts.
Currently, I plan to implement this using Deno
But Bun would be a workable alternative. Node is also adding single executable support, but i believe that is still in experimental mode.