We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f72165 commit 37dba8eCopy full SHA for 37dba8e
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## [Unreleased]
4
### Added
5
+- Support for 2022.3
6
- More Python syntax covered with parameter hints
7
8
### Changed
gradle.properties
@@ -5,7 +5,7 @@ pluginVersion = 0.2.1
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 213
-pluginUntilBuild = 222.*
+pluginUntilBuild = 223.*
9
10
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
11
platformType = PC
0 commit comments