类型优化

This commit is contained in:
xiangheng
2024-08-06 02:01:09 +08:00
parent 03d9aaea39
commit f0fe3f493f
16 changed files with 240 additions and 78 deletions

View File

@@ -20,6 +20,17 @@
}
],
"settings": {
"liveServer.settings.multiRootWorkspaceName": "admin"
"liveServer.settings.multiRootWorkspaceName": "admin",
"editor.gotoLocation.alternativeDeclarationCommand": "editor.action.revealDefinition",
"editor.gotoLocation.alternativeDefinitionCommand": "editor.action.revealDefinition",
"editor.gotoLocation.alternativeTypeDefinitionCommand": "editor.action.revealDefinition",
"editor.selectionHighlight": false,
"files.autoSave": "onFocusChange",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.quickSuggestions": {
"other": "on",
"comments": "off",
"strings": "on"
}
}
}