pokey / command-server

Secure VSCode communication channel designed for voice coding
MIT License
16 stars 9 forks source link

Create `Io` interface and refactor fs-specific code into `NativeIo` #19

Closed bjaspan closed 9 months ago

bjaspan commented 10 months ago

This refactoring supports the creation of a web versions of this extension, though it does not yet include one.

pokey commented 9 months ago

ok sorry for the long delay. I pushed a couple changes. Look ok? I'm going to run this for a couple days just to be sure, as the command server unfortunately doesn't have any tests, and is fundamental to cursorless and pretty much all Talon-based VSCode usage 😅

bjaspan commented 9 months ago

The changes look fine to me.