Skip to content

Releases: psalm/psalm-vscode-plugin

2.0.6

13 Aug 23:55
Compare
Choose a tag to compare
  • Fixes "Set vscode minimum version to 1.57.1" (#77) [@thomasbley]

Note: This is not published to the VS Code Marketplace because of the removal of #20

2.0.5

03 Aug 19:12
Compare
Choose a tag to compare
  • Fixes fix "--use-ini-defaults" option feature (typo?) (#70) [@yaegassy]

Note: this changes the publisher back to getpsalm

2.0.4

02 Aug 22:34
Compare
Choose a tag to compare

Features

  • Fix settings pane to be more graphical
  • Mock StreamWriter so that logging of output from language server actually logs in verbose mode
  • Fix #30 to not blow up because of vimeo/psalm#6007
  • Add setting to "Index" workspace (Just calls same method as in #30 for now)
  • Add support for onSave, onOpen, onClose (see vimeo/psalm#6010)
  • Add support for workspace/didChangeWatchedFiles (see vimeo/psalm#6014) Fixes #32
  • Update dependencies
  • Look at #36
  • Look at #11
  • Run prettier on save (vscode for this project only)
  • Bundle Extension using webpack (https://code.visualstudio.com/api/working-with-extensions/bundling-extension)
  • While running Psalm should not show status bar message (Which is useless and takes up space)

Upstream PRs:

fixed empty vs code package

22 Apr 20:45
Compare
Choose a tag to compare

v1.2.1 was published to the Visual Studio market place with an empty structure.

v1.2.1

21 Apr 12:57
98c82c9
Compare
Choose a tag to compare
  • Added help links to error and warnings codes using new command line options from the Psalm Language Server.
  • Added new configuration options.
  • Added status to the VSCode status bar.
  • Various bug fixes.