2024-05-06 12:52:12 +08:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"path": "."
|
|
|
|
},
|
|
|
|
{
|
2024-10-12 19:57:36 +08:00
|
|
|
"name": "gui",
|
2024-05-06 12:52:12 +08:00
|
|
|
"path": "easytier-gui"
|
|
|
|
},
|
|
|
|
{
|
2024-10-12 19:57:36 +08:00
|
|
|
"name": "core",
|
2024-05-06 12:52:12 +08:00
|
|
|
"path": "easytier"
|
2024-10-12 19:57:36 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vpnservice",
|
|
|
|
"path": "tauri-plugin-vpnservice"
|
2024-10-19 18:10:02 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "rpc-build",
|
|
|
|
"path": "easytier-rpc-build"
|
2024-05-06 12:52:12 +08:00
|
|
|
}
|
|
|
|
],
|
2024-05-07 10:39:06 +08:00
|
|
|
"settings": {
|
2024-10-12 19:57:36 +08:00
|
|
|
"i18n-ally.sourceLanguage": "cn",
|
|
|
|
"i18n-ally.keystyle": "nested",
|
|
|
|
"i18n-ally.sortKeys": true,
|
|
|
|
// Disable the default formatter
|
2024-05-07 10:39:06 +08:00
|
|
|
"prettier.enable": false,
|
|
|
|
}
|
2024-05-06 12:52:12 +08:00
|
|
|
}
|