-
Notifications
You must be signed in to change notification settings - Fork 15
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
[FeatureRequest] Tool types can be named anything #109
Comments
Hi @vezdeneszter, Do you want me to just ask for the name of the tool type? |
No, the only task is to remove the _check_tool_type_support() method from the DevEnv class. Please tell us if you'd like to start working on an issue, so we can assign it to you! Thanks! |
Hi @janosmurai, is this task still open? I would like to work on it |
Hello @amathestar |
Hi @janosmurai, seem to be struggling with the pytest after removing the _check_tool_type_support() method. Can I get some assistance? |
Hey @amathestar |
Hey @amathestar |
Currently, when the user creates a new Dev Env, they can only select from the “supported” tool types. The DEM doesn’t accept any Dev Env descriptor that is not included in the supported tool type list.
This behavior should be changed because it limits the usability for no reason.
The DEM should not check whether the tool type is supported or not. Any name can be given for a tool type.
The “supported” tool types are stored in the DevEnv class’s supported_tool_types class variable.
The text was updated successfully, but these errors were encountered: