This commit is contained in:
Johannes Rieken 2022-01-26 18:29:45 +01:00
parent 4a0927c356
commit 366e55dfbd
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

View file

@ -84,12 +84,6 @@
"editor.formatOnSave": true
},
"typescript.tsc.autoDetect": "off",
"editor.inlayHints.enabled": true,
"typescript.inlayHints.enumMemberValues.enabled": true,
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"typescript.inlayHints.parameterTypes.enabled": true,
"typescript.inlayHints.propertyDeclarationTypes.enabled": true,
"typescript.inlayHints.variableTypes.enabled": true,
"testing.autoRun.mode": "rerun",
"conventionalCommits.scopes": [
"tree",