Skip to content

Releases: clice-io/clice

v0.1.0-alpha.3

18 Nov 10:30
f168679

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

v0.1.0-alpha.2

20 Oct 13:45
a10908d

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

v0.1.0-alpha.1

24 Aug 07:31
0bf09a8

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

This is the first alpha release of clice. It implements basic file responses, PCH caching, and most single-file LSP features. As an early version, please do not use it in a production environment. Crashes are expected, and we welcome you to submit issues.

You can install https://marketplace.visualstudio.com/items?itemName=ykiko.clice-vscode and create .vscode/settings.json to try it

{
    "clangd.path": "",
    "clice.executable": "<CLICE_EXECUTABLE_PATH>",
}