Releases: Sarrus1/sourcepawn-studio
Releases · Sarrus1/sourcepawn-studio
v8.1.2
v8.1.1
v8.1.0
v8.0.7
v8.0.6
v8.0.5
v8.0.4
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
v8.0.1
v8.0.0
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.