-
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
Have an envvar with the IDE value #6803
Comments
Relates to: #6602 |
In the case with desktop we actually run 2 ides. There is already an env variable for web: One thing is that we don' want env var to be an api, but instead one should use supervisor info endpoint to read such data or maybe we can add it to |
To provide a bit more context: the original user (@buggtb) in this case was trying to create workflows which work in either a browser context or a desktop context (as there are differences between set-up). There might be more elegant ways that we can allow users to provide these different configurations. Also feels loosely related to: #6706, #6874 and #6602. |
This issue 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 don't think this issue is required any more with the move to fully integrated JetBrains Gateway, will close 🙏 |
Is your feature request related to a problem? Please describe
Multi-user teams would like to automate tasks based on which IDE are being used for development. Depending upon which IDE in use, certain tasks will need to be differentiated.
Describe the behaviour you'd like
Have an envvar set with an enum of the values. For example,
GITPOD_IDE
with valuesVSCODE_BROWSER
,VSCODE_EXTERNAL
,INTELLIJ_PROJECTOR
andINTELLIJ_CWM
Describe alternatives you've considered
Additional context
Request from a user managing multiple developers with different preferences for VSCode in browser, VSCode external, IntelliJ projector and IntelliJ Code-With-Me
The text was updated successfully, but these errors were encountered: