Skip to content

Commit

Permalink
feat(completion): suggest.asciiCharactersOnly works on trigger
Browse files Browse the repository at this point in the history
Closes #3533
  • Loading branch information
chemzqm committed Jan 13, 2022
1 parent 7ca312f commit 1995c1a
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 435 deletions.
2 changes: 1 addition & 1 deletion data/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
},
"suggest.asciiCharactersOnly": {
"type": "boolean",
"description": "Suggest ASCII characters only",
"description": "Trigger suggest with ASCII characters only",
"default": false
},
"documentHighlight.priority": {
Expand Down
2 changes: 1 addition & 1 deletion doc/coc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Built-in configurations:~

"suggest.asciiCharactersOnly":~

Suggest ASCII characters only, default: `false`
Trigger suggest with ASCII characters only, default: `false`

"suggest.completionItemKindLabels":~

Expand Down
Loading

0 comments on commit 1995c1a

Please sign in to comment.