vscode/extensions/jake
hj 88d7b97c93
chore: rm unreached ignore items when build extensions. (#227906)
chore: rm unreached ignore items when compiling extensions.
2024-09-09 10:32:51 +00:00
..
images [ImgBot] Optimize images 2018-11-06 20:46:03 +00:00
src Update to support strictBuiltinIteratorReturn (#222009) 2024-07-22 12:25:52 -07:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
extension.webpack.config.js Use webpack also for small built-in extensions 2018-09-20 14:17:45 +02:00
package-lock.json feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
package.json chore: update to electron 29 (#209818) 2024-05-11 01:20:28 +09:00
package.nls.json Change grunt, gulp and jake task auto detection to be off by default (#123588) 2021-05-11 19:09:56 +02:00
README.md
tsconfig.json use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00

Jake - JavaScript build tool

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

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.