A Backstage repository where backstage-cli is installed
Installation
From VSIX
Download the .vsix file
Open VSCode
Go to Extensions view (Cmd+Shift+X)
Click the "..." menu and select "Install from VSIX..."
Select the downloaded file
Development
Clone this repository
Run npm install
Press F5 to launch the extension in debug mode
Usage
Open a Backstage project in VSCode
Open any app-config*.yaml file
Start typing - IntelliSense will suggest available configuration options
Commands
Backstage: Regenerate Config Schema - Clears the cache for the active app-config*.yaml and re-runs the Backstage CLI schema generation for that directory.
Building
npm install
npm run compile
npm run package
This will create a .vsix file that can be installed in VSCode.