pull/65941/head
Matt Bierner 2019-01-02 15:44:26 -08:00
parent 58213866b0
commit fb74a98338
1 changed files with 3 additions and 8 deletions

View File

@ -16,14 +16,9 @@ import { IConfigurationResolverService } from 'vs/workbench/services/configurati
import * as Tasks from '../common/tasks';
import * as TaskConfig from './taskConfiguration';
let build: string = 'build';
let test: string = 'test';
let defaultValue: string = 'default';
const build = 'build';
const test = 'test';
const defaultValue = 'default';
interface TaskInfo {
index: number;