Add link to the vscode VIM extension compatibility warning.

This commit is contained in:
krk 2019-10-30 21:44:06 +01:00
parent 998088876d
commit 9bbb27604d

View file

@ -45,7 +45,7 @@ export function activate(context: vscode.ExtensionContext) {
}); });
} catch (_) { } catch (_) {
vscode.window.showWarningMessage( vscode.window.showWarningMessage(
'Enhanced typing feature is disabled because of incompatibility with VIM extension' 'Enhanced typing feature is disabled because of incompatibility with VIM extension, consider turning off rust-analyzer.enableEnhancedTyping: https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/README.md#settings'
); );
} }
} }