Skip to content

Commit d9d29d5

Browse files
A4-TacksAmit5601
andcommitted
fix: enable vscode suggest in strings
Co-authored-by: Amit Singhmar <abhay.singhmar2@gmail.com>
1 parent 55825a4 commit d9d29d5

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)