Cleanup src/vs/platform/environment/node/argv.ts. Fixes #76239

This commit is contained in:
Martin Aeschlimann
2019-10-24 10:15:15 +02:00
parent 57c8495d94
commit b8bb5e71b1
6 changed files with 50 additions and 39 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as assert from 'assert';
import { formatOptions, Option, addArg } from 'vs/platform/environment/node/argv';
import { formatOptions, Option } from 'vs/platform/environment/node/argv';
import { addArg } from 'vs/platform/environment/node/argvHelper';
suite('formatOptions', () => {