mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
npm fix run
This commit is contained in:
parent
eb931c0d9e
commit
2a1cb52c99
4 changed files with 16 additions and 9 deletions
|
@ -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'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue