Skip to content

Commit

Permalink
Merge main into feature/q-mega
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Nov 19, 2024
2 parents 2e9d613 + 265a3c9 commit dd16815
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,42 +142,42 @@ object IdeVersions {
Profile(
name = "2024.3",
gateway = ProductProfile(
sdkVersion = "243.21565-EAP-CANDIDATE-SNAPSHOT",
sdkVersion = "243.21565.196-CUSTOM-SNAPSHOT",
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
),
community = ProductProfile(
sdkVersion = "243.21565-EAP-CANDIDATE-SNAPSHOT",
sdkVersion = "2024.3",
bundledPlugins = commonPlugins + listOf(
"com.intellij.java",
"com.intellij.gradle",
"org.jetbrains.idea.maven",
),
marketplacePlugins = listOf(
"org.toml.lang:243.21565.34",
"PythonCore:243.21565.23",
"Docker:243.21565.48"
"org.toml.lang:243.21565.122",
"PythonCore:243.21565.211",
"Docker:243.21565.204"
)
),
ultimate = ProductProfile(
sdkVersion = "243.21565-EAP-CANDIDATE-SNAPSHOT",
sdkVersion = "2024.3",
bundledPlugins = commonPlugins + listOf(
"JavaScript",
"JavaScriptDebugger",
"com.intellij.database",
"com.jetbrains.codeWithMe",
),
marketplacePlugins = listOf(
"org.toml.lang:243.21565.34",
"Pythonid:243.21565.23",
"org.jetbrains.plugins.go:243.21565.23",
"org.toml.lang:243.21565.122",
"Pythonid:243.21565.211",
"org.jetbrains.plugins.go:243.21565.211",
)
),
rider = RiderProfile(
sdkVersion = "2024.3-RC1-SNAPSHOT",
sdkVersion = "2024.3",
bundledPlugins = commonPlugins,
netFrameworkTarget = "net472",
rdGenVersion = "2024.3.0",
nugetVersion = " 2024.3.0-rc01"
nugetVersion = " 2024.3.0"
)
),

Expand Down

0 comments on commit dd16815

Please sign in to comment.