Feel-ix-343 / markdown-oxide

Editor Agnostic PKM: you bring the text editor and we bring the PKM - inspired by and compatible with Obsidian
GNU General Public License v3.0
688 stars 10 forks source link

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

Open plule opened 2 months ago

plule commented 2 months ago

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

Feel-ix-343 commented 2 months ago

Thank you! We will get this sorted out

gmccullo commented 2 months ago

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)
Feel-ix-343 commented 1 month ago

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!