kylin-code/extensions/gulp
chriswang521 37d1ae3411 chore:图形界面或者提示信息显示的IDE名称改为Kylin-Code. 2024-07-05 11:09:09 +08:00
..
images from 1.68.0 2022-06-14 14:37:10 +08:00
src update baseCode:code-oss-1.85.2 2024-07-05 11:09:03 +08:00
.vscodeignore from 1.68.0 2022-06-14 14:37:10 +08:00
README.md from 1.68.0 2022-06-14 14:37:10 +08:00
extension.webpack.config.js from 1.68.0 2022-06-14 14:37:10 +08:00
package.json update baseCode:code-oss-1.85.2 2024-07-05 11:09:03 +08:00
package.nls.json chore:图形界面或者提示信息显示的IDE名称改为Kylin-Code. 2024-07-05 11:09:09 +08:00
tsconfig.json from 1.68.0 2022-06-14 14:37:10 +08:00
yarn.lock update baseCode:code-oss-1.85.2 2024-07-05 11:09:03 +08: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.