update settings

This commit is contained in:
xfy
2024-11-05 09:51:49 +08:00
parent 460ef329d9
commit 548fc119e6

View File

@ -66,45 +66,41 @@
"file_icons": true, "file_icons": true,
"git_status": false "git_status": false
}, },
"file_scan_exclusions": [
// "**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",
"**/.classpath",
"**/.settings"
],
// "proxy": "http://127.0.0.1:10809", // "proxy": "http://127.0.0.1:10809",
"ssh_connections": [ "ssh_connections": [
{ {
"host": "57", "host": "57",
"projects": [ "projects": [
{ {
"paths": [ "paths": ["~/Developer/show-client"]
"~/Developer/show-client"
]
}, },
{ {
"paths": [ "paths": ["~/Developer/show-client-multiple"]
"~/Developer/show-client-multiple"
]
}, },
{ {
"paths": [ "paths": ["~/Developer/gorra"]
"~/Developer/gorra"
]
}, },
{ {
"paths": [ "paths": ["~/Developer/site_operation_platform"]
"~/Developer/site_operation_platform"
]
}, },
{ {
"paths": [ "paths": ["~/Developer/show-client-v2"]
"~/Developer/show-client-v2"
]
}, },
{ {
"paths": [ "paths": ["~/Developer/show-library"]
"~/Developer/show-library"
]
}, },
{ {
"paths": [ "paths": ["~/Developer/venus"]
"~/Developer/venus"
]
} }
] ]
} }