Skip to content

Releases: Sarrus1/sourcepawn-vscode

v7.1.0

05 Mar 09:54
c135a85
Compare
Choose a tag to compare

sourcepawn-lsp

Fixed

  • Fixed incorrect includes completion (see #332 for more details).
  • Fixed infinite loops when resolving circular imports (see #342 for more details).
  • Fixed macro parsing errors (see #313 and #340).
  • Fixed a deadlock issue (see #327 for more details).

sourcepawn-vscode

Fixed

  • This is the same release as 6.2.0. There was an error.

v7.0.1

04 Mar 18:01
409965a
Compare
Choose a tag to compare
v7.0.1 Pre-release
Pre-release

sourcepawn-lsp

Chore

  • Prerelease: Only GotoDefinition and Lints work for now.

sourcepawn-vscode

Chore

  • LSP version bump.

v7.0.0

04 Mar 11:29
84a66af
Compare
Choose a tag to compare
v7.0.0 Pre-release
Pre-release

sourcepawn-lsp

Chore

  • Prerelease: Only GotoDefinition and Lints work for now.

sourcepawn-vscode

Chore

  • LSP version bump. Only GoToDefinition and Lints work as of now.

v6.2.0

10 Oct 21:35
9711141
Compare
Choose a tag to compare

sourcepawn-lsp

Fixed

  • Fixed incorrect includes completion (see #332 for more details).
  • Fixed infinite loops when resolving circular imports (see #342 for more details).
  • Fixed macro parsing errors (see #313 and #340).
  • Fixed a deadlock issue (see #327 for more details).

sourcepawn-vscode

Added

  • Added proper support for workspace folders (see #299 for more details)

v6.1.0

05 Oct 10:09
1d40f98
Compare
Choose a tag to compare
v6.1.0 Pre-release
Pre-release

sourcepawn-lsp

Fixed

  • Fixed incorrect includes completion (see #332 for more details).
  • Fixed infinite loops when resolving circular imports (see #342 for more details).
  • Fixed macro parsing errors (see #313 and #340).
  • Fixed a deadlock issue (see #327 for more details).

sourcepawn-vscode

Added

  • Added proper support for workspace folders (see #299 for more details)

v6.0.4

04 Oct 17:23
526874c
Compare
Choose a tag to compare

sourcepawn-lsp

Fixed

  • Fixed incorrect includes completion (see #332 for more details).
  • Fixed infinite loops when resolving circular imports (see #342 for more details).
  • Fixed macro parsing errors (see #313 and #340).
  • Fixed a deadlock issue (see #327 for more details).

sourcepawn-vscode

Fixed

  • Fixed compiled button disappearing (see #344 for more details).

v6.0.3

03 Oct 19:28
ced38aa
Compare
Choose a tag to compare

sourcepawn-lsp

Fixed

  • Fixed incorrect includes completion (see #332 for more details).
  • Fixed infinite loops when resolving circular imports (see #342 for more details).
  • Fixed macro parsing errors (see #313 and #340).
  • Fixed a deadlock issue (see #327 for more details).

sourcepawn-vscode

Fixed

  • Switched to icons contribution points instead of a standalone theme (see #335 for more details).

Chore

  • LSP version bump.

v6.0.2

18 Sep 14:13
375f16b
Compare
Choose a tag to compare

sourcepawn-lsp

Fixed

  • Fixed an include resolution breakage for <> type includes.

sourcepawn-vscode

Chore

  • LSP version bump.

v6.0.1

15 Sep 22:30
51b073f
Compare
Choose a tag to compare

sourcepawn-lsp

Fixed

  • Fixed includes not being resolved.

sourcepawn-vscode

Fixed

  • Fixed compile SM command hanging on x86.
  • Fixed images link in readme.

Chore

  • LSP version bump.

v6.0.0

14 Sep 08:11
b89bd4c
Compare
Choose a tag to compare

sourcepawn-lsp

Added

  • Added automatic mainPath detection. The mainPath setting does not exist anymore!
  • Added support for Apple Silicon.
  • Switched to a path interner for better performance when resolving references (no longer using URIs).
  • Added better progress report.

sourcepawn-vscode

Added

  • Added automatic mainPath detection. The mainPath setting does not exist anymore!
  • Added support for Apple Silicon.

Chore

  • LSP version bump.