File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
### Added
8
8
9
9
- Allow specifying port forwarding behavior in devcontainer.json
10
+ - support for IntelliJ 2025.2
10
11
11
12
## [ 0.0.4] - 2025-02-21
12
13
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ pluginVersion = 0.0.4
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 223
11
- pluginUntilBuild = 251 .*
11
+ pluginUntilBuild = 252 .*
12
12
13
13
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14
14
platformType = IC
15
15
platformVersion = 2022.3.3
16
16
# available releases listed at: https://data.services.jetbrains.com/products?code=IC
17
- verifyVersions =2025.1
17
+ verifyVersions =2025.1,2025.2
18
18
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
19
19
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
20
20
platformBundledPlugins =com.jetbrains.codeWithMe, org.jetbrains.plugins.terminal
You can’t perform that action at this time.
0 commit comments