This is an extension to support making valhalla builds from VS Code.
Detects and applies build configuration on run.
Should be run withing valhalla tree
This extension contributes the following settings:
zmk.target
: build target, to be used in vscode fileszmk.config
: build configzmk.rootDir
: root dir of valhalla treezmk.buildDir
: build dir of valhalla targetzmk.bundleDir
: bundle dir
Externsion turned to use dynamically calculated settings using commands:
${command:extension.zmkGetTargetConfig}
${command:extension.zmkGetNinjaTarget}
${command:extension.zmkGetRootDir}
${command:extension.zmkGetBuildDir}
${command:extension.zmkGetNfsDir}
Calling out known issues can help limit users opening duplicate issues against your extension.
Users appreciate release notes as you update your extension.
Initial release of extension
Enjoy!
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux) - Toggle preview (
Shift+CMD+V
on macOS orShift+Ctrl+V
on Windows and Linux) - Press
Ctrl+Space
(Windows, Linux) orCmd+Space
(macOS) to see a list of Markdown snippets
- Update version in package.json
- Update CHANGELOG.md
- Build package (
npm run package
) - Upload package to github
- Tag version on github