Organize imports in ext tests

This commit is contained in:
Matt Bierner
2021-08-11 16:54:43 -07:00
parent 4b80b4cd36
commit ab8e743520
19 changed files with 31 additions and 31 deletions

View File

@@ -4,9 +4,9 @@
*--------------------------------------------------------------------------------------------*/
import * as assert from 'assert';
import { debug, workspace, Disposable, commands, window } from 'vscode';
import { assertNoRpc, disposeAll } from '../utils';
import { basename } from 'path';
import { commands, debug, Disposable, window, workspace } from 'vscode';
import { assertNoRpc, disposeAll } from '../utils';
suite('vscode API - debug', function () {