Compare commits

...

2 Commits

Author SHA1 Message Date
Aditya Thakral 2925aa2877 Merge branch 'main' into adi-git-demo-mc 2021-03-22 21:10:18 -04:00
Aditya Thakral d0649e3dd9 Add some different settings 2021-03-22 21:04:29 -04:00
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
{
"[objective-cpp]": {"breadcrumbs.showTypeParameters": true},
"[dockerfile]": {
"editor.quickSuggestions": {
"strings": true
}
},
"typescript.tsdk": "frontend/node_modules/typescript/lib",
"eslint.format.enable": true,
"eslint.codeActionsOnSave.mode": "all",