Skip to content
New issue

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

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

Open
plule opened this issue Apr 28, 2024 · 3 comments

Comments

@plule
Copy link

plule commented Apr 28, 2024

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
Copy link
Owner

Thank you! We will get this sorted out

@gmccullo
Copy link

gmccullo commented May 1, 2024

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
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Waiting
Development

No branches or pull requests

3 participants