mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
* Revert "chore: update to electron 16 (#137241)" This reverts commit01df559c18. This reverts commit46301339b7* ci: fix remote compiler for sdl-scan * chore: fix remote/.yarnrc * chore: fix build/npm/postinstall.js * chore: rm crash reporter from shared process * chore: rm crash reporter from ext host * chore: fix build/lib/layersChecker.ts * :chore: preserve some more changes * fix tests Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
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 fromgulpfile.{js,ts}files, the default ison.