next up: connecting it to everything else and testing that tm list works well and loads what it need to load
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": ["src/prompts/*.json"],
|
|
"url": "./src/prompts/schemas/prompt-template.schema.json"
|
|
}
|
|
],
|
|
"files.associations": {
|
|
"src/prompts/*.json": "json"
|
|
},
|
|
|
|
"json.format.enable": true,
|
|
"json.validate.enable": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|