Remove enableEnhancedTyping and type overriding infrastructure.

This commit is contained in:
Gregoire Geis 2020-02-03 20:24:50 +01:00
parent 58c007674b
commit b70ad7e5f3
4 changed files with 1 additions and 41 deletions

View file

@ -29,9 +29,6 @@ export async function activate(context: vscode.ExtensionContext) {
ctx.registerCommand('applySourceChange', commands.applySourceChange);
ctx.registerCommand('selectAndApplySourceChange', commands.selectAndApplySourceChange);
if (ctx.config.enableEnhancedTyping) {
ctx.overrideCommand('type', commands.onEnterOverride);
}
activateStatusDisplay(ctx);
activateHighlighting(ctx);