-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[jetbrains] Add PyCharm IDE #7004
Conversation
Codecov Report
@@ Coverage Diff @@
## main #7004 +/- ##
==========================================
- Coverage 19.04% 5.84% -13.21%
==========================================
Files 2 13 +11
Lines 168 1147 +979
==========================================
+ Hits 32 67 +35
- Misses 134 1079 +945
+ Partials 2 1 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
OrderKey: pointer.String("06"), | ||
Title: "PyCharm", | ||
Type: typeDesktop, | ||
Logo: "https://upload.wikimedia.org/wikipedia/commons/1/1d/PyCharm_Icon.svg", // TODO(clu): Serve logo from our own components instead of using this wikimedia URL. |
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.
😄
type: "desktop" | ||
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1d/PyCharm_Icon.svg" | ||
notes: ["While in beta, when you open a workspace with PyCharm you will need to use the password “gitpod”."] | ||
image: {{ (include "gitpod.comp.imageFull" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.desktopIdeImages.pycharm)) }} |
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.
maybe add label RC 2021.3
?
/lgtm just in case if you want to change label |
LGTM label has been added. Git tree hash: 365591c3f6c45edf28d1bd7c89380e6a86cfc107
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akosyakov, csweichel Associated issue requirement bypassed by: akosyakov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This PR adds the desktop IDE PyCharm.
What's not included
How to test
Go to the preferences page and select PyCharm. Start a workspace and make sure you are able to run the Code With Me command.
Release Notes