Skip to content

v0.3.0

Compare
Choose a tag to compare
@pherrymason pherrymason released this 01 Sep 11:14
· 74 commits to main since this release
d401a25

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.