mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-04 18:57:33 +08:00
22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"python.languageServer": "None",
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"python.autoComplete.extraPaths": [
|
|
"${workspaceFolder}/../../../../"
|
|
],
|
|
"isort.args": [
|
|
"--profile",
|
|
"black"
|
|
],
|
|
"basedpyright.analysis.extraPaths": [
|
|
"${workspaceFolder}/../../../"
|
|
],
|
|
}
|