Skip to content

v8.0.0

Compare
Choose a tag to compare
@Sarrus1 Sarrus1 released this 13 Jun 07:03
· 84 commits to main since this release
a913bbf

Language Server

Added

  • Added an incremental database using the Salsa incremental computation framework.
  • Made the preprocessor incremental.
  • Added a lot of unit tests.
  • Made all the request handlers UnwindSafe to reduce the amount of crashes.

VSCode Extension

Added

  • New logo, new name, new website.
  • Added more precise progress bar when opening a project.
  • Better support for uploading files to a server (thanks @maxijabase!).
  • Better support for executing an RCON command after an upload (thanks @maxijabase!).

Fixed

  • Fixed an issue when using the reveal projects graph command.