build(261): Add IntelliJ IDEA 2026.1 build target#6334
Merged
afida23 merged 1 commit intoaws:feature/toolkitOnlyfrom Apr 3, 2026
Merged
build(261): Add IntelliJ IDEA 2026.1 build target#6334afida23 merged 1 commit intoaws:feature/toolkitOnlyfrom
afida23 merged 1 commit intoaws:feature/toolkitOnlyfrom
Conversation
Add 2026.1 profile with stable SDK and marketplace plugin versions. Full buildPlugin passes for both 2025.3 and 2026.1. Build config: - IdeVersions.kt: add 2026.1 profile (community, ultimate, rider) - BuildScriptUtils.kt: add 2026.1 to kotlinTarget - kotlinResolution: add coroutines 1.10.2-intellij-1 - toolkit-intellij-subplugin: fix IC->IU and collaboration modules checks for stable version format - Rider build.gradle.kts: update for rd-gen 2026.1.3 API changes (hashFolder/sources/classpath removed, SystemInfo replaced) - generateConfigs.py: add 2026.1 run configs - settings.gradle.kts: exclude Gateway for 2026.1 Version-specific source dirs: - S3TreeTableModel (src-251-253 + src-261+): TreeVisitor.Acceptor return type nullability change - PyCharmSdkUtil (src-251-253 + src-261+): PyAddSdkPanel removed - DotNetDebuggerUtils (src-243-253 + src-261+): RiderEnvironment moved to com.jetbrains.rider.environment - CodeCatalystGatewayClientCustomizer (src-253 + src-261+ no-op): rdserver APIs moved to remoteController module - RebuildDevfileRequiredNotification (src-253 + src-261+ no-op): codeWithMe metrics APIs moved to remoteController module Known limitations: - Gateway excluded (Gradle plugin 2.7.1 cannot resolve Gateway SDK) - Two CodeCatalyst remote dev features are no-op in 261
67f56ec to
b1a75fb
Compare
afida23
approved these changes
Apr 3, 2026
branrin
approved these changes
Apr 3, 2026
Merged
6 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Types of changes
Description
Add IntelliJ Platform 2026.1 (v261) build target with stable SDK. Full
buildPluginpassesfor both 2025.3 and 2026.1.
Build config:
Compilation fixes:
Known limitations:
not resolvable as bundledModule)
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.