vscode/extensions/jake
..
images
src
.vscodeignore
package.json
package.nls.json
README.md
tsconfig.json
yarn.lock

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 from Jakefile.js files, the default is on.