1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

update vscode config

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-02-06 13:52:37 +09:00
parent 47729de93c
commit 5739fe06d3
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

@ -1,3 +1,9 @@
{
"recommendations": ["redhat.vscode-yaml"]
}
"recommendations": [
"redhat.vscode-yaml",
"ms-python.vscode-pylance",
"ms-python.python",
"ms-python.debugpy",
"charliermarsh.ruff"
]
}