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
npm install --production
package.json
As soon as I start the server, I get, similarly to #1402, The \"path\" argument must be of type string. Received type undefined
The \"path\" argument must be of type string. Received type undefined
Currently not using any configuration of the server, but the same happened when I tried to use the default configuration from here.
The json exchange from my client's side looks like this:
2019-08-26 23:37:34,879 - DEBUG - TX: Sending message: b'Content-Length: 431\r\n\r\n{"id": "1", "jsonrpc": "2.0", "method": "initialize", "params": {"capabilities": {"textDocument": {"completion": {"completionItemKind": {"valueSet": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}}}}, "initializationOptions": {}, "processId": 23433, "rootPath": "/Users/nbossard/OtherProjects/mahali/front/webapp", "rootUri": "file:///Users/nbossard/OtherProjects/mahali/front/webapp"}}' 2019-08-26 23:37:35,978 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","id":"1","error":{"code":-32603,"message":"Request initialize failed with message: The \\"path\\" argument must be of type string. Received type undefined"}}'
Our user issue report can be found here: ycm-core/lsp-examples#7
The text was updated successfully, but these errors were encountered:
Thanks for your detailed report. This should be fixed in latest release of VLS.
Sorry, something went wrong.
What is the cause of this error? I'm getting it in 2021,
Same
Same 2024...
No branches or pull requests
Info
npm install --production
with thispackage.json
Problem
As soon as I start the server, I get, similarly to #1402,
The \"path\" argument must be of type string. Received type undefined
Reproducible Case
Currently not using any configuration of the server, but the same happened when I tried to use the default configuration from here.
The json exchange from my client's side looks like this:
Our user issue report can be found here: ycm-core/lsp-examples#7
The text was updated successfully, but these errors were encountered: