We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coc-sh/src/extension.ts
Line 21 in 5bb12e6
Windows doesn't support shebang: https://stackoverflow.com/questions/43419893/how-do-i-fix-error-spawn-unknown-with-node-js-v7-8-0-on-windows-10
The text was updated successfully, but these errors were encountered:
This works:
const serverOptions = { run: { module: require.resolve('bash-language-server/out/cli.js'), args: ['start'], transport: coc_nvim_1.TransportKind.stdio } }
But it not handle config.commandPath, I'm not familiar with js, so I don't know how to retain support for config.commandPath
config.commandPath
Sorry, something went wrong.
No branches or pull requests
coc-sh/src/extension.ts
Line 21 in 5bb12e6
Windows doesn't support shebang:
https://stackoverflow.com/questions/43419893/how-do-i-fix-error-spawn-unknown-with-node-js-v7-8-0-on-windows-10
The text was updated successfully, but these errors were encountered: