v0.3.0
News
- LSP configuration per project: Place a
c3lsp.json
in your c3 project to customize LSP configuration. This will also allow to use new configuration settings without needing to wait for IDE extensions to be updated. See Configuration for details. - Inspect stdlib. Use go to declaration/definition on stdlib symbols by configuring its path in
c3lsp.json
.
Fixes
- Fixes diagnostics in Windows platform.