A rig package for VSCode Extensions that build using Heft
npm install @rushstack/heft-vscode-extension-rigA rig package for Node.js projects that build using Heft
build system. To learn more about rig packages, consult the
@rushstack/rig-package documentation.
This rig contains a single profile: default
To enable it, add a rig.json file to your project, as shown below:
config/rig.json
``js
{
"$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json",
"rigPackageName": "@rushstack/heft-vscode-extension-rig"
}
`
The config files provided by this rig profile can be found in the heft-vscode-extension-rig/profiles/default source folder.
- CHANGELOG.md - Find
out what's new in the latest version
@rushstack/heft-vscode-extension-rig` is part of the Rush Stack family of projects.