neoclide/coc-json

What options are available for `json.execArgv`?

harleypig opened this issue · 1 comments

I have looked at the repository for vscode-json-languageservice as pointed to in the readme, and I've looked at the Microsofts docs.

I understand--I think--the services that are provided, but I don't see how I can convert those to options to pass through via the json.execArgv option.

Searching github provides only one link that uses this option and it's not helpful.

So, where can I lookup what options I can pass to the language server?

It's arguments for node, not available with VSCode, use node --help to get valid options.

Mostly use ["--nolazy", "--inspect-brk=5858"] to enable debugger.