Skip to content

Commit a084273

Browse files
committed
chore: schema
1 parent 9bfd30f commit a084273

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,11 @@
513513
"default": true,
514514
"type": "boolean"
515515
},
516+
"rust-analyzer.completion.addColonsToModule": {
517+
"markdownDescription": "Automatically add `::` when completing the module.\n\nWill not be completed in `use`.",
518+
"default": true,
519+
"type": "boolean"
520+
},
516521
"rust-analyzer.completion.addSemicolonToUnit": {
517522
"markdownDescription": "Automatically add a semicolon when completing unit-returning functions.\n\nIn `match` arms it completes a comma instead.",
518523
"default": true,

0 commit comments

Comments
 (0)