-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix JetBrains Rider integration #20141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Code generated by gha-update-image/index-jb-platform-update.ts. DO NOT EDIT. | ||
| # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html | ||
| # for insight into build numbers and IntelliJ Platform versions. | ||
| pluginSinceBuild=242.19533 | ||
| pluginUntilBuild=242.* | ||
| # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl | ||
| # See https://jb.gg/intellij-platform-builds-list for available build versions. | ||
| pluginVerifierIdeVersions=2024.2 | ||
| # Version from "com.jetbrains.intellij.idea" which can be found at https://www.jetbrains.com/intellij-repository/snapshots | ||
| # platformVersion=242.20224.401 | ||
| platformVersion=2024.2 | ||
|
|
||
| platformType=RD | ||
| platformBundledPlugins=Git4Idea, org.jetbrains.plugins.terminal, intellij.rider.plugins.cwm |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # this file is auto generated by components/ide/gha-update-image/index-jb.ts | ||
| # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html | ||
| # for insight into build numbers and IntelliJ Platform versions. | ||
| pluginSinceBuild=241.17890 | ||
|
kylos101 marked this conversation as resolved.
|
||
| pluginUntilBuild=241.* | ||
| # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl | ||
| # See https://jb.gg/intellij-platform-builds-list for available build versions. | ||
| pluginVerifierIdeVersions=2024.1 | ||
| # Version from "com.jetbrains.intellij.idea" which can be found at https://www.jetbrains.com/intellij-repository/snapshots | ||
| platformVersion=2024.1 | ||
|
|
||
| platformType=RD | ||
| platformBundledPlugins=Git4Idea, org.jetbrains.plugins.terminal, intellij.rider.plugins.cwm | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| pluginVersion=0.0.1 | ||
| gitpodVersion=dev | ||
| # Supported environments: stable, latest (via https://github.com/stevesaliman/gradle-properties-plugin) | ||
| environmentName=latest | ||
| environmentName=stable-rider | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file seems generic. Should this value be something generic, too...like stable or latest?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In other words, being specific to rider seems odd.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
It's not, we don't use file unless we want to write code for backend-plugin, then we need to follow steps wrote in BUILD.yaml to build proper plugin (latest / stable / latest-rider /stable-rider) README.md is kind of outdated because of the breaking changes of Intellij Platform Plugin 2.0. I don't plan to update them until all stable IDEs are 2024.2
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Got it, thank you, @mustard-mh ! 🫶
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Btw, |
||
| # IntelliJ Platform Artifacts Repositories | ||
| # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html | ||
| pluginGroup=io.gitpod.jetbrains | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems the default value is INHERIT, and if there's no parent it defaults to INCLUDE (ref).
By setting warn, it means we'll take the most recent file.
Is it okay to take the most recent file? What files are we going to skip/ignore by taking the latest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can try to comment these lines, build complains logo.svg duplicated, which with
sourceSetsettings, this should no happen. This change is about to fix it