-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[vscode] Support Task#runOptions
#11132
Comments
I will take a look! |
@sgraband do you have any update on the API? |
@vince-fugnitto I already added the API, but then i realized that the options passed via the API will have no effect, as they are currently not supported, so i wanted to add support for the I am planning to finish this in the beginning of October, if this is fine? |
Additionally added functionality to support `reevaluateOnRerun`. If this flag is set to false no variables will be resolved again. Therefore lastTask can now be re-triggered without resolving all variables. For this the lastTask object was updated to contain all resolved information. Contributed on behalf of STMicroelectronics Resolves eclipse-theia#11132
Additionally added functionality to support `reevaluateOnRerun`. If this flag is set to false no variables will be resolved again. Therefore lastTask can now be re-triggered without resolving all variables. For this the lastTask object was updated to contain all resolved information. Contributed on behalf of STMicroelectronics Resolves eclipse-theia#11132
Additionally added functionality to support `reevaluateOnRerun`. If this flag is set to false no variables will be resolved again. Therefore lastTask can now be re-triggered without resolving all variables. For this the lastTask object was updated to contain all resolved information. Contributed on behalf of STMicroelectronics Resolves eclipse-theia#11132
Additionally added functionality to support `reevaluateOnRerun`. If this flag is set to false no variables will be resolved again. Therefore lastTask can now be re-triggered without resolving all variables. For this the lastTask object was updated to contain all resolved information. Contributed on behalf of STMicroelectronics Resolves eclipse-theia#11132
* Add `task#runOptions` to API. Additionally added functionality to support `reevaluateOnRerun`. If this flag is set to false no variables will be resolved again. Therefore lastTask can now be re-triggered without resolving all variables. For this the lastTask object was updated to contain all resolved information. Contributed on behalf of STMicroelectronics Resolves #11132
Feature Description:
Support specifying
RunOptions
for aTask
. Both is missing, the typeRunOptions
and support for the propertyTask#runOptions
.The text was updated successfully, but these errors were encountered: