We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428c658 commit 5c14822Copy full SHA for 5c14822
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.4.0] - 2021-11-15
11
+
12
+### Added
13
14
+- Allow setting arbitrary language server parameters (#123) [@Nadyita]
15
16
## [2.3.0] - 2021-09-17
17
18
### Added
package.json
@@ -15,7 +15,7 @@
"bugs": {
"url": "https://github.com/psalm/psalm-vscode-plugin/issues"
},
- "version": "2.3.0",
+ "version": "2.4.0",
19
"publisher": "getpsalm",
20
"categories": [
21
"Linters",
0 commit comments