mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
Fix gulp imports quote
This commit is contained in:
parent
18abacfc26
commit
5eb1fd8195
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import { AutoFetcher } from './autofetch';
|
|||
import * as path from 'path';
|
||||
import * as nls from 'vscode-nls';
|
||||
import * as fs from 'fs';
|
||||
import { StatusBarCommands } from "./statusbar";
|
||||
import { StatusBarCommands } from './statusbar';
|
||||
|
||||
const timeout = (millis: number) => new Promise(c => setTimeout(c, millis));
|
||||
|
||||
|
|
Loading…
Reference in a new issue