diff options
author | krk <[email protected]> | 2019-10-30 20:44:06 +0000 |
---|---|---|
committer | krk <[email protected]> | 2019-10-30 20:44:27 +0000 |
commit | 9bbb27604d12b97506da6ee3fed95c66d696a6ac (patch) | |
tree | f0222d9d1ef3cc31ec05c97a9cecbdb94e6a5d2e /editors | |
parent | 998088876d91b7602068f8209a61918d4a8a8fe7 (diff) |
Add link to the vscode VIM extension compatibility warning.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/src/extension.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/extension.ts b/editors/code/src/extension.ts index 39fe6efd8..c06928d12 100644 --- a/editors/code/src/extension.ts +++ b/editors/code/src/extension.ts | |||
@@ -45,7 +45,7 @@ export function activate(context: vscode.ExtensionContext) { | |||
45 | }); | 45 | }); |
46 | } catch (_) { | 46 | } catch (_) { |
47 | vscode.window.showWarningMessage( | 47 | vscode.window.showWarningMessage( |
48 | 'Enhanced typing feature is disabled because of incompatibility with VIM extension' | 48 | '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' |
49 | ); | 49 | ); |
50 | } | 50 | } |
51 | } | 51 | } |