mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
vscode refactoring: use more laconic export snytax, split huge string to several lines
This commit is contained in:
parent
e72771ebc6
commit
8184752470
3 changed files with 17 additions and 32 deletions
|
@ -66,7 +66,9 @@ export class Ctx {
|
|||
this.pushCleanup(d);
|
||||
} catch (_) {
|
||||
vscode.window.showWarningMessage(
|
||||
'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',
|
||||
'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',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue