Skip to content

Releases: Sarrus1/sourcepawn-studio

v8.0.6

07 Jan 22:47
e49da91

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

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

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

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

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

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.

v7.2.12

12 Jun 07:09
7d9d401

Choose a tag to compare

v7.2.12 Pre-release
Pre-release

Language Server

Chore

  • Prerelease

VSCode Extension

Chore

  • LSP version bump.

v7.2.11

31 May 06:20
1814e68

Choose a tag to compare

v7.2.11 Pre-release
Pre-release

sourcepawn-lsp

Chore

  • Prerelease: Only GotoDefinition and Lints work for now.

sourcepawn-vscode

Chore

  • LSP version bump.

v7.2.10

29 May 07:55
bf89044

Choose a tag to compare

v7.2.10 Pre-release
Pre-release

sourcepawn-lsp

Chore

  • Prerelease: Only GotoDefinition and Lints work for now.

sourcepawn-vscode

Chore

  • LSP version bump.

v7.2.9

24 May 07:14
3d4708a

Choose a tag to compare

v7.2.9 Pre-release
Pre-release

sourcepawn-lsp

Chore

  • Prerelease: Only GotoDefinition and Lints work for now.

sourcepawn-vscode

Chore

  • LSP version bump.