vscatalog READMEvscatalog is a Visual Studio Code extension that dynamically loads JSON Schemas for the game Vintage Story, allowing modders to easily validate their mod configuration files. ⚠️ Warning: This extension will overwrite internal JSON schema settings in your VS Code workspace. (/.vscode/settings.json) Be sure to backup your current settings if you want to preserve them. FeaturesThis extension provides:
These schemas help modders ensure their JSON files are properly structured and adhere to the required schema definitions. How to UseOnce the extension is installed and activated, the JSON schemas will automatically apply to your mod project based on file paths and structure. Make sure to organize your mod files into the correct subfolders for proper schema matching. Key folder structures include:
For example, if your mod ID is
Certain files, like configuration files, require specific names:
Refer to the full schema catalog for more details: vs_schema_catalog.json Requirements
Extension SettingsThis extension does not currently add any custom VS Code settings. Known IssuesNone at the moment. Please report any issues in the VintelliSchemas GitHub repository. Release Notes1.0
For more informationFor additional details about the schemas and manual installation instructions for other IDEs, check the main repository: VintelliSchemas. |