Closed WebFreak001 closed 3 years ago
the client must support it, for code-d you need to wait for the next update (should be soon because axios is also broken because of letsencrypt root certificate expiry) or check it out and compile (run npm install
and tsc
) and install from folder or package using vsce package
.
On other clients it should work when they support it (maybe neovim already has it in)
ah yeah I forgot to push it
the change is just changing the vscode-languageclient version here:
https://github.com/Pure-D/code-d/blob/79b8218c1b02ed253985a5282cc2e6c164530bb9/package.json#L1210
to 8.0.0-next.2
was previously #155, includes stuff from #159