code-server-2/lib/vscode/extensions/gulp
Akash Satheesan ec8894d6c4 chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
..
images Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
src chore(vscode): update to 1.53.2 2021-02-25 11:27:27 -07:00
.vscodeignore Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
README.md Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
extension.webpack.config.js Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
package.json chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
package.nls.json chore(vscode): update to 1.54.2 2021-03-11 10:27:10 -07:00
tsconfig.json chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
yarn.lock chore(vscode): update to 1.53.2 2021-02-25 11:27:27 -07:00

README.md

Gulp - Automate and enhance your workflow

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

Features

This extension supports running Gulp tasks defined in a gulpfile.{js,ts} file as VS Code tasks. Gulp tasks with the name 'build', 'compile', or 'watch' are treated as build tasks.

To run Gulp tasks, use the Tasks menu.

Settings

  • gulp.autoDetect - Enable detecting tasks from gulpfile.{js,ts} files, the default is on.