Add some different settings

This commit is contained in:
Aditya Thakral 2021-03-22 21:04:29 -04:00
parent 37b59ed480
commit d0649e3dd9
1 changed files with 9 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"[objective-cpp]": {"breadcrumbs.showTypeParameters": true},
"[dockerfile]": {
"editor.quickSuggestions": {
"strings": true
}
}
}