mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Remove enableEnhancedTyping and type overriding infrastructure.
This commit is contained in:
parent
58c007674b
commit
b70ad7e5f3
4 changed files with 1 additions and 41 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue