Move rerun behavior api out of proposed (#63511)

Fixes #62789
This commit is contained in:
Alex Ross
2018-11-30 15:31:13 +01:00
committed by GitHub
parent ddd46e8622
commit e16c62b315
12 changed files with 38 additions and 71 deletions

View File

@@ -4,7 +4,6 @@
*--------------------------------------------------------------------------------------------*/
import { UriComponents } from 'vs/base/common/uri';
import { RerunBehavior } from 'vs/workbench/parts/tasks/common/tasks';
export interface TaskDefinitionDTO {
type: string;
@@ -21,7 +20,7 @@ export interface TaskPresentationOptionsDTO {
}
export interface RunOptionsDTO {
rerunBehavior?: RerunBehavior;
reevaluateOnRerun?: boolean;
}
export interface ExecutionOptionsDTO {