pull/65941/head
parent
58213866b0
commit
fb74a98338
|
@ -16,14 +16,9 @@ import { IConfigurationResolverService } from 'vs/workbench/services/configurati
|
||||||
import * as Tasks from '../common/tasks';
|
import * as Tasks from '../common/tasks';
|
||||||
import * as TaskConfig from './taskConfiguration';
|
import * as TaskConfig from './taskConfiguration';
|
||||||
|
|
||||||
|
const build = 'build';
|
||||||
|
const test = 'test';
|
||||||
|
const defaultValue = 'default';
|
||||||
|
|
||||||
|
|
||||||
let build: string = 'build';
|
|
||||||
let test: string = 'test';
|
|
||||||
let defaultValue: string = 'default';
|
|
||||||
|
|
||||||
interface TaskInfo {
|
interface TaskInfo {
|
||||||
index: number;
|
index: number;
|
||||||
|
|
Loading…
Reference in New Issue