pokey / command-server

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

Improved server robustness #4

Closed pokey closed 3 years ago

pokey commented 3 years ago

Changes to make command server more robust. Now client is in control of deleting both request and response file. Server just creates the response file, doing so immediately upon receiving keystroke

Also adds the command-server.backgroundWindowProtection setting as a workaround for https://github.com/knausj85/knausj_talon/issues/466