Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
208 stars 49 forks source link

Completion item label clean #160

Closed WebFreak001 closed 3 years ago

WebFreak001 commented 3 years ago

was previously #155, includes stuff from #159

WebFreak001 commented 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)

WebFreak001 commented 3 years ago

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