mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-11 22:45:48 +08:00
21 lines
479 B
JSON
21 lines
479 B
JSON
{
|
|
"python.languageServer": "None",
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"python.autoComplete.extraPaths": [
|
|
"${workspaceFolder}/../../../../"
|
|
],
|
|
"isort.args": [
|
|
"--profile",
|
|
"black"
|
|
],
|
|
"basedpyright.analysis.extraPaths": [
|
|
"${workspaceFolder}/../../../"
|
|
],
|
|
} |