mirror of https://github.com/Wox-launcher/Wox
19 lines
496 B
JSON
19 lines
496 B
JSON
{
|
|
"files.exclude": {
|
|
"wox.plugin.host.nodejs": true,
|
|
"wox.plugin.host.python": true,
|
|
"wox.plugin.nodejs": true,
|
|
"wox.plugin.python": true,
|
|
"wox.ui.flutter": true,
|
|
"wox.core": true
|
|
},
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
|
},
|
|
}
|