-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,42 @@ | ||
# 2.1.0 - 2021-08-14 | ||
|
||
- 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 | ||
|
||
# 2.0.6 - 2021-08-13 | ||
|
||
- Fixes "Set vscode minimum version to 1.57.1" (#77) [@thomasbley] | ||
|
||
# 2.0.5 - 2021-08-03 | ||
|
||
- Fixes fix "--use-ini-defaults" option feature (typo?) (#70) [@yaegassy] | ||
|
||
# 2.0.4 - 2021-08-02 | ||
|
||
- 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) | ||
|
||
# 1.2.1 - 2020-04-21 | ||
|
||
- 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. | ||
|
||
# 0.1.0 - 2018-10-19 | ||
|
||
First version released | ||
- First version released | ||
|
||
# 0.5.0 - 2018-11-19 | ||
|
||
Windows support added | ||
- Windows support added |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters