language-server icon indicating copy to clipboard operation
language-server copied to clipboard

Results 1 language-server issues
Sort by recently updated
recently updated
newest added

Hi, the client extension typescript code to run command 'bal home' does not work on my windows machine. extension.ts line 114: `let response = spawnSync('bal', ['home']);` returns error ENOENT, apparently...

bug