markdown-oxide icon indicating copy to clipboard operation
markdown-oxide copied to clipboard

Windows 10+VSCode: Markdown Oxide client: couldn't create connection to server.

Open plule opened this issue 1 year ago • 3 comments

After installing the markdown-oxide extension on VSCode, it fails to start the language server:

[Error - 10:41:30 AM] Markdown Oxide client: couldn't create connection to server.
Error: Unsupported server configuration {
    "command": null
}
    at c:\Users\user\.vscode\extensions\felixzeller.markdown-oxide-1.0.4\client\node_modules\vscode-languageclient\lib\node\main.js:466:35
    at LanguageClient.createConnection (c:\Users\user\.vscode\extensions\felixzeller.markdown-oxide-1.0.4\client\node_modules\vscode-languageclient\lib\common\client.js:1144:28)
    at LanguageClient.start (c:\Users\user\.vscode\extensions\felixzeller.markdown-oxide-1.0.4\client\node_modules\vscode-languageclient\lib\common\client.js:681:32)

Building markdown-oxide and setting it in the path solves the problem

plule avatar Apr 28 '24 18:04 plule

Thank you! We will get this sorted out

Feel-ix-343 avatar Apr 28 '24 18:04 Feel-ix-343

Ditto.

[Error - 7:33:30 AM] Markdown Oxide client: couldn't create connection to server.
Error: Unsupported server configuration {
    "command": null
}
	at c:\Users\gary\.vscode\extensions\felixzeller.markdown-oxide-1.0.4\client\node_modules\vscode-languageclient\lib\node\main.js:466:35
	at async LanguageClient.createConnection (c:\Users\gary\.vscode\extensions\felixzeller.markdown-oxide-1.0.4\client\node_modules\vscode-languageclient\lib\common\client.js:1144:28)
	at async LanguageClient.start (c:\Users\gary\.vscode\extensions\felixzeller.markdown-oxide-1.0.4\client\node_modules\vscode-languageclient\lib\common\client.js:681:32)

gmccullo avatar May 01 '24 05:05 gmccullo

As of the most recent version on marketplace v1.0.5, this might be fixed.

I don't have Windows right now, so I cannot test it yet.

I will set up a virtual machine to test it another time, but if you see this and find that it is working, let me know.

Thank you!

Feel-ix-343 avatar May 24 '24 03:05 Feel-ix-343

(if i forget to do this in v1, please reopen)

Feel-ix-343 avatar Sep 09 '24 04:09 Feel-ix-343