Improve quick input sample

This commit is contained in:
Pine Wu
2019-09-10 15:05:39 -07:00
parent 5c3010f375
commit 063946acc0
4 changed files with 23 additions and 10 deletions

View File

@ -3,7 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { window, commands, ExtensionContext } from 'vscode';
import { showQuickPick, showInputBox } from './basicInput';
import { multiStepInput } from './multiStepInput';