Removed continue extension settings

This commit is contained in:
2026-03-17 21:12:00 +00:00
parent 927beb1366
commit e733ba3ae1

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"yaml.schemas": {
"https://json.schemastore.org/config-yaml-schema.json": [
"/**/*.yaml",
"/**/*.yml"
]
}
}