-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[jb] Port Forwarding in v2022.3 #12226
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
Conversation
91d3f9b
to
22ac3ef
Compare
# Version from "com.jetbrains.intellij.idea" which can be found at https://www.jetbrains.com/intellij-repository/snapshots | ||
platformVersion=222.3739-EAP-CANDIDATE-SNAPSHOT | ||
# TODO: Update to 223.2931 snapshot when it becomes available. | ||
platformVersion=223.1192-EAP-CANDIDATE-SNAPSHOT |
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.
- Update to 223.2931+ snapshot when it becomes available.
@@ -50,7 +50,7 @@ packages: | |||
metadata: | |||
helm-component: workspace.desktopIdeImages.intellijLatest | |||
buildArgs: | |||
JETBRAINS_BACKEND_URL: "https://download.jetbrains.com/product?type=release,rc,eap&distribution=linux&code=IIU" | |||
JETBRAINS_BACKEND_URL: "https://download-cdn.jetbrains.com/idea/gateway/idea_tmp/ideaIU-223.2931.tar.gz" |
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.
- Revert this line before merging this PR.
@@ -115,6 +115,7 @@ tasks { | |||
} | |||
|
|||
runPluginVerifier { | |||
enabled = false // TODO: Re-enable it when there's a 2022.3 ide version released. |
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.
- Re-enable it when there's a 2022.3 ide version released.
22ac3ef
to
2937828
Compare
a372b2b
to
d1bdf08
Compare
GlobalScope.launch { | ||
withContext(Dispatchers.IO) { | ||
CommandLineProcessor.doOpenFileOrProject(file, shouldWait).future.get() | ||
} | ||
} |
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.
ℹ️ This change is required by the latest IDE build because doOpenFileOrProject
is now a suspend function
.
8ab0b98
to
c7b6379
Compare
c7b6379
to
26ccab4
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm closing this because #13400 contains several changes from this PR. |
Description
Preview for the upcoming release of JetBrains, where we should have more control over the info displayed on UI about forwarded ports.
Note: We won't be able to see it in a Preview Environment until JetBrains release a snapshot at https://www.jetbrains.com/intellij-repository/snapshots
Related Issue(s)
How to test
Release Notes
Documentation
None.
Werft options: