mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
502 B
502 B
Jake - JavaScript build tool
Notice This is a an extension that is bundled with Visual Studio Code.
This extension supports running Jake tasks defined in a Jakefile.js
file as VS Code tasks. Jake tasks with the name 'build', 'compile', or 'watch' are treated as build tasks.
To run Jake tasks use the Tasks
menu.
Settings
jake.autoDetect
enable detecting tasks fromJakefile.js
files, the default ison
.