1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00

update vscode settings

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-02-06 14:13:15 +09:00
parent 5739fe06d3
commit 6756690401
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 20 additions and 9 deletions

12
.vscode/settings.json vendored
View file

@ -5,5 +5,15 @@
"yaml.hover": true,
"yaml.schemas": {
"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json": "src/**/*.yaml"
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
// "python.analysis.typeCheckingMode": "basic",
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit",
},
}
}
}