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 9 months 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