mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
add .vscode
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
3845a1b58e
commit
078c240e28
2 changed files with 12 additions and 0 deletions
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"recommendations": ["redhat.vscode-yaml"]
|
||||||
|
}
|
||||||
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"yaml.format.enable": true,
|
||||||
|
"yaml.completion": true,
|
||||||
|
"yaml.validate": true,
|
||||||
|
"yaml.hover": true,
|
||||||
|
"yaml.schemas": {
|
||||||
|
"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json": "twitter-openapi/**/*.yaml"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue