mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-10 12:26:53 +00:00
Disable pipe on typing handler
This commit is contained in:
parent
1c3043bc8c
commit
f021ec3b96
3 changed files with 3 additions and 3 deletions
|
@ -2607,7 +2607,7 @@
|
|||
"properties": {
|
||||
"rust-analyzer.typing.excludeChars": {
|
||||
"markdownDescription": "Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`.",
|
||||
"default": "<",
|
||||
"default": "|<",
|
||||
"type": [
|
||||
"null",
|
||||
"string"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue