vscode/extensions/gulp
Matt Bierner 98b069c041
Work towards getting isolated built-in extension compiles
For #271167

This makes it so our built-in extensions can mostly be built using `tsc` on the command line. Previously the extensions were picking up a lot of typing info from the root `node_modules` that meant they weren't truly independent
2025-10-13 11:03:20 -07:00
..
images
src Remove any casts in some built-in extensions 2025-10-06 10:08:20 -07:00
.npmrc
.vscodeignore
extension.webpack.config.js
package-lock.json
package.json
package.nls.json
README.md
tsconfig.json Work towards getting isolated built-in extension compiles 2025-10-13 11:03:20 -07:00

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.