enable inline quick suggestions to force team feedback

This commit is contained in:
Johannes 2022-04-05 14:33:27 +02:00
parent a2d072a5fc
commit 89d7548ecc
No known key found for this signature in database
GPG key ID: 6DEF802A22264FCA

View file

@ -99,5 +99,10 @@
"*.js": "$(capture).*.js",
"bootstrap.js": "bootstrap-*.js"
},
"explorer.experimental.fileNesting.enabled": true
"explorer.experimental.fileNesting.enabled": true,
"editor.quickSuggestions": {
"other": "inline",
"comments": "inline",
"strings": "inline"
},
}