Releases: psalm/psalm-vscode-plugin
Releases · psalm/psalm-vscode-plugin
2.0.6
2.0.5
2.0.4
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
v1.2.1 was published to the Visual Studio market place with an empty structure.
v1.2.1
- 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.