From 2a1cb52c994f5becb1a52d45b869d6ad0a36d713 Mon Sep 17 00:00:00 2001 From: Jeremy Kolb Date: Sat, 12 Jan 2019 18:49:07 -0500 Subject: npm fix run --- editors/code/src/extension.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'editors/code/src/extension.ts') diff --git a/editors/code/src/extension.ts b/editors/code/src/extension.ts index 9edfb13b5..0098c9454 100644 --- a/editors/code/src/extension.ts +++ b/editors/code/src/extension.ts @@ -37,8 +37,10 @@ export function activate(context: vscode.ExtensionContext) { return await original(...args); } }); - } catch(_) { - vscode.window.showWarningMessage('Enhanced typing feature is disabled because of incompatibility with VIM extension'); + } catch (_) { + vscode.window.showWarningMessage( + 'Enhanced typing feature is disabled because of incompatibility with VIM extension' + ); } } -- cgit v1.2.3