mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
Disable < typing handler again
This commit is contained in:
parent
65c0b29720
commit
d71e41dba6
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 `(`. Setting this to a string will disable typing assists for the specified characters.",
|
||||
"default": null,
|
||||
"default": "<",
|
||||
"type": [
|
||||
"null",
|
||||
"string"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue