Releases: psalm/psalm-vscode-plugin
Releases · psalm/psalm-vscode-plugin
2.7.0
2.6.0
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
Added
- Option to disable autocomplete on methods and properties
Changed
- Updated LoggingService to support new replace method
- Updated underlying libraries
2.4.0
2.3.0
2.2.3
2.2.2
Added
- Adjust how changelog is created so that releases can be automatically created
2.2.1
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
- 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