Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Template Config",
"description": "vscode extension new-file-by-type config schema",
"type": "object",
"definitions": {
"StringOrStringArray": {
"anyOf": [{
"type": "string"
},