We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f1b49 commit e592d88Copy full SHA for e592d88
src/tools/rust-analyzer/editors/code/package.json
@@ -552,7 +552,9 @@
552
}
553
554
},
555
- { "title": "$generated-start" },
+ {
556
+ "title": "$generated-start"
557
+ },
558
{
559
"title": "assist",
560
"properties": {
@@ -2552,7 +2554,9 @@
2552
2554
2553
2555
2556
- { "title": "$generated-end" }
2557
2558
+ "title": "$generated-end"
2559
+ }
2560
],
2561
"configurationDefaults": {
2562
"explorer.fileNesting.patterns": {
0 commit comments