VSCode Unciv Extension
https://github.com/RobLoach/vscode-unciv.git
Visual Studio Code extension for Unciv mod validation, type-hinting, autocomplete, error highlighting, and intellisense.
In Visual Studio Code open the command palette using Ctrl + P, paste the following command, and press Enter.
ext install robloach.unciv
To validate the schemas...
npm it
To update the schemas from Unciv's upstream...
npm run update-schemas
To install from source, use...
npm run build