Closed
Description
code-server
version:server/1.32.0-282 linux-x64 node-v8.15.0
- OS Version: Debian 9, Linux Kernel 2.6.32 on OVZ
Steps to Reproduce
- Try to download an extension and stop it midway
- The extension host process will die eventually with SIGKILL
Mar 16 15:40:26 s code-server[2299]: INFO Starting shared process [1/5]... {"error":"Exited with null"}
- Tried to run the extension host process manually and got this:
root@s:~# /usr/bin/code-server --bootstrap-fork vs/workbench/services/extensions/node/extensionHostProcess --args ["--type=extensionHost"] --data-dir /root/.local/share/code-server
SyntaxError: Unexpected number in JSON at position 2
at JSON.parse (<anonymous>)
at v.run (/usr/bin/code-server:549:49455)
at <anonymous>