add import in the right place

This commit is contained in:
meganrogge 2023-09-18 14:02:51 -07:00
parent 962e89aa7e
commit 5a1642edda
No known key found for this signature in database
GPG key ID: AA74638D4878183D
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,6 @@ import 'vs/css!./media/scrollbar';
import 'vs/css!./media/widgets';
import 'vs/css!./media/xterm';
import 'vs/css!./media/terminal';
import 'vs/css!./media/terminalQuickFix';
import * as nls from 'vs/nls';
import { URI } from 'vs/base/common/uri';
import { CommandsRegistry } from 'vs/platform/commands/common/commands';

View file

@ -3,6 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import 'vs/css!./media/terminalQuickFix';
import { KeyCode, KeyMod } from 'vs/base/common/keyCodes';
import { DisposableStore } from 'vs/base/common/lifecycle';
import { localize } from 'vs/nls';