Skip to content

Releases: Sarrus1/sourcepawn-studio

v8.1.2

27 Jan 20:05
bbdb764
Compare
Choose a tag to compare

Language Server

Fixed

  • Fixed files not being read in time.

VSCode Extension

Fixed

  • LSP version bump

v8.1.1

19 Jan 23:47
1b94bdb
Compare
Choose a tag to compare

Language Server

Fixed

  • Fixed a parsing issue (see #415).

VSCode Extension

Fixed

  • LSP version bump

v8.1.0

17 Jan 18:34
2d45a61
Compare
Choose a tag to compare

Language Server

Fixed

  • Fixed an issue when resolving the type of a function parameter.

VSCode Extension

Fixed

  • Made the extension work with single files, outside of a workspace.
  • LSP version bump

v8.0.7

16 Jan 23:19
178cf07
Compare
Choose a tag to compare

Language Server

Fixed

  • Fixed an issue when resolving the type of a function parameter.

VSCode Extension

Fixed

  • LSP version bump

v8.0.6

07 Jan 22:47
e49da91
Compare
Choose a tag to compare

Language Server

Fixed

  • Fixed an edge case were the SourceMap would not be properly initialized.
  • Fixed completions triggers not properly converting to a server range.

VSCode Extension

Fixed

  • LSP version bump

v8.0.5

06 Jan 22:47
4bdfe19
Compare
Choose a tag to compare

Language Server

Fixed

  • Fixed diagnostics not being converted to u_range.

VSCode Extension

Fixed

  • LSP version bump

v8.0.4

03 Jan 19:36
47ba23b
Compare
Choose a tag to compare

Language Server

Fixed

  • Completely rewrote the source mapping system for better preprocessor integration.
  • Fixed generic events not being included (see #411).
  • Fixed missing IntelliSense for some invalid syntax (see #406).
  • Fixed static expressions not being evaluated (see #412).
  • Fixed a bug when parsing arguments of macros (see #413).

VSCode Extension

Fixed

  • LSP version bump

v8.0.2

15 Jun 03:36
3e398b2
Compare
Choose a tag to compare

Language Server

Fixed

  • Fixed some unhandled panics.

VSCode Extension

Fixed

  • LSP version bump

v8.0.1

14 Jun 04:34
9d1e167
Compare
Choose a tag to compare

Language Server

Added

  • Added a setting to set the maximum amount of projects during cache priming, reducing RAM usage for larger workspaces.
  • Fixed some panics.

VSCode Extension

Fixed

  • Improved the doctor.
  • LSP version bump

v8.0.0

13 Jun 07:03
a913bbf
Compare
Choose a tag to compare

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.