Skip to content

Commit 71138f2

Browse files
Merge pull request #22018 from A4-Tacks/vsc-suggest-string
fix: enable vscode suggest in strings
2 parents b917d70 + d9d29d5 commit 71138f2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

editors/code/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3296,6 +3296,13 @@
32963296
}
32973297
],
32983298
"configurationDefaults": {
3299+
"[rust]": {
3300+
"editor.quickSuggestions": {
3301+
"other": true,
3302+
"comments": false,
3303+
"strings": true
3304+
}
3305+
},
32993306
"explorer.fileNesting.patterns": {
33003307
"Cargo.toml": "Cargo.lock"
33013308
}

0 commit comments

Comments
 (0)