mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-09-26 20:21:19 +08:00
39 lines
804 B
Plaintext
39 lines
804 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "server"
|
|
},
|
|
{
|
|
"path": "admin"
|
|
},
|
|
{
|
|
"path": "docs"
|
|
},
|
|
{
|
|
"path": "x_admin_app"
|
|
},
|
|
{
|
|
"path": ".github"
|
|
},
|
|
{
|
|
"path": ".workflow"
|
|
},
|
|
{
|
|
"path": "x_err_sdk"
|
|
}
|
|
],
|
|
"settings": {
|
|
"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"
|
|
}
|
|
}
|
|
} |