CapRover JSON Support
Adds JSON syntax highlighting and language support for CapRover definition files.
Features
- JSON syntax highlighting for CapRover definition files
- Support for pattern:
captain-definition-*
- Auto-formatting (Shift+Alt+F)
- Bracket matching and error detection
Supported Files
captain-definition (default)
captain-definition-backend
captain-definition-frontend
captain-definition-api
captain-definition-worker
Usage
Simply create or open any file matching captain-definition-*. VSCode will automatically treat it as JSON.
Example
{
"schemaVersion": 2,
"dockerfilePath": "./Dockerfile"
}
Installation
Search for "CapRover JSON Support" in VSCode Extensions or install via:
code --install-extension Habbora.caprover-json
Contributing
Issues and PRs welcome at GitHub
License
MIT
| |