Skip to content

Releases: psalm/psalm-vscode-plugin

2.7.0

25 Jul 22:53
Compare
Choose a tag to compare

Changed

2.6.0

01 Feb 20:23
Compare
Choose a tag to compare

Added

  • Option to forcefully set the Psalm Version instead of auto detecting

Changed

  • Cleaned up logger outputs
  • Added watching of the composer.lock file (ignored on server for now)

2.5.0

03 Jan 17:29
Compare
Choose a tag to compare

Added

  • Option to disable autocomplete on methods and properties

Changed

  • Updated LoggingService to support new replace method
  • Updated underlying libraries

2.4.0

15 Nov 19:10
Compare
Choose a tag to compare

Added

  • Allow setting arbitrary language server parameters (#123) [@Nadyita]

2.3.0

17 Sep 22:37
Compare
Choose a tag to compare

Added

  • New "Report Issue" command (#93)
  • New "Show Output" command
  • Extend OutputChannel to be able to buffer output internally for error reporting (up to 1000 lines)
  • Add button to report server crashes
  • Abstract out Max Restart Count into a setting psalm.maxRestartCount

2.2.3

17 Sep 19:32
Compare
Choose a tag to compare

Fixed

  • Could not resolve path to config on windows (#84) [@glen-84]

2.2.2

20 Aug 21:53
Compare
Choose a tag to compare

Added

  • Adjust how changelog is created so that releases can be automatically created

2.2.1

20 Aug 21:38
Compare
Choose a tag to compare

Set untrustedWorkspaces.supported to false in capabilities. Reasoning: Since this runs Psalm, and Psalm can be configured to execute code on your computer, you should avoid opening untrusted projects while using this plugin

2.2.0

20 Aug 21:06
Compare
Choose a tag to compare
  • Add better tracing/debug/logging
  • Deprecates enableDebugLog in favor of split settings trace.server, logLevel and enableVerbose. See settings for more information
  • Consolidates OUTPUT log window into one view instead of two

2.1.0

14 Aug 22:09
Compare
Choose a tag to compare
  • Fixes "Support for absolute paths for Psalm Client Script Path and Psalm Script Path" (#71) [@thomasbley]
  • Deprecates psalmClientScriptPath setting in favor of psalmScriptPath since psalmClientScriptPath fell back to psalmScriptPath anyways