-
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
[server] Allow options on ws start (1/2) #15388
Conversation
introduces IDE and workspace class arguments on WS Start
started the job as gitpod-build-se-start-with-options.1 because the annotations in the pull request description changed |
/hold |
Code LGTM as well; would be nice if we could do a little bit of testing (starting at least one workspace) as well. 🧘 |
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.
looks good, but did not try
return this.doResolveWorkspaceConfig( | ||
workspace, | ||
userSelectedIdeSettings || user.additionalData?.ideSettings, | ||
); | ||
} | ||
|
||
const deprecated = await this.resolveDeprecated(workspace, user); |
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.
(fyi) this branch is not used, and it is going away next week
/unhold |
Description
Introduces optional IDE and workspace class arguments on workspace start.
This is a precursor for #15287
Related Issue(s)
Fixes #
How to test
Release Notes
Documentation
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh