|
4407 | 4407 | "fileMatch": ["prisma.yml"], |
4408 | 4408 | "url": "https://json.schemastore.org/prisma.json" |
4409 | 4409 | }, |
| 4410 | + { |
| 4411 | + "name": "ProActions AI-Kit Configuration", |
| 4412 | + "description": "Eidosmedia ProActions AI-Kit main configuration file", |
| 4413 | + "fileMatch": ["*.ai-kit.yaml"], |
| 4414 | + "url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/ai-kit.schema.json" |
| 4415 | + }, |
| 4416 | + { |
| 4417 | + "name": "ProActions AI-Kit Configuration for Services", |
| 4418 | + "description": "Eidosmedia ProActions AI-Kit services configuration files", |
| 4419 | + "fileMatch": ["*.ai-kit.serv.yaml"], |
| 4420 | + "url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-services.schema.json" |
| 4421 | + }, |
| 4422 | + { |
| 4423 | + "name": "ProActions AI-Kit Configuration for Menus", |
| 4424 | + "description": "Eidosmedia ProActions AI-Kit menu configuration files", |
| 4425 | + "fileMatch": ["*.ai-kit.menu.yaml"], |
| 4426 | + "url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-floatingMenu.schema.json" |
| 4427 | + }, |
| 4428 | + { |
| 4429 | + "name": "ProActions AI-Kit Configuration for Templates", |
| 4430 | + "description": "Eidosmedia ProActions AI-Kit template configuration files", |
| 4431 | + "fileMatch": ["*.ai-kit.templ.yaml"], |
| 4432 | + "url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-templates.schema.json" |
| 4433 | + }, |
| 4434 | + { |
| 4435 | + "name": "ProActions AI-Kit Configuration for Sections", |
| 4436 | + "description": "Eidosmedia ProActions AI-Kit section configuration files", |
| 4437 | + "fileMatch": ["*.ai-kit.sect.yaml"], |
| 4438 | + "url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-section.schema.json" |
| 4439 | + }, |
| 4440 | + { |
| 4441 | + "name": "ProActions AI-Kit Configuration for Steps", |
| 4442 | + "description": "Eidosmedia ProActions AI-Kit step configuration files", |
| 4443 | + "fileMatch": ["*.ai-kit.step.yaml"], |
| 4444 | + "url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-step.schema.json" |
| 4445 | + }, |
4410 | 4446 | { |
4411 | 4447 | "name": "Problem package generators", |
4412 | 4448 | "description": "Generators for programming tasks in the Kattis/CLICS problem package format", |
|
0 commit comments