Commit graph

44 commits

Author SHA1 Message Date
Matt Bierner 6ef8bb8a6a
Adopt l10n for gulp (#165543)
For #164438
2022-11-04 12:34:59 -07:00
Johannes 0656d21d11
auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Johannes Rieken 68e819043c
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
Johannes Rieken 9254a8cd27
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Alex Ross 3d3e502e72
Allow ts files for gulp tasks
Fixes #136418
2021-11-05 10:57:20 +01:00
Alex Ross bebd066407 Fix gulp task provider so that it doesn't always try to run 2021-01-08 16:04:47 +01:00
Thomas Schmid 1228854b4a
Adds support for gulpfiles using ESM. (#113505) 2021-01-06 15:36:42 +01:00
Alex Ross fe35d8c97a Add 'Gulpfile.js' as valid gulpfile name
Fixes #103794
2020-08-03 11:15:31 +02:00
Matt Bierner ea0880611f Use non-deprecated version of registerTasksProvider
For #88391
2020-02-12 17:20:05 -08:00
Alex Ross 7077b6b7f9 Fix very annoying gulp task error that always takes you to tasks output
Even when you click dismiss
2019-09-05 15:20:08 +02:00
Alex Ross 32d72e6565 Filter out 'No license field' in gulp tasks
Fixes #80081
2019-09-04 17:43:33 +02:00
Alex Ross 1e27e71747 Fix gulp and jake resolve task
Fixes #78269
2019-07-31 12:47:37 +02:00
Joel Day b6089b1db5 Adding support for TaskProvider.resolveTask (#71027)
* Adding support for TaskProvider.resolveTask.

* Reorganize task grouping and resolution async code for readability.

* Made small changes and implmented resolveTask for gulp
2019-07-03 15:47:37 +02:00
Matt Bierner b4f6130fe4 Fix some compile errors resutling from readonly change 2019-06-12 16:54:16 -07:00
Alex Ross a1a7af52a7 In gulp tasks use task args so that gulp path can be escaped
Fixes #71154
2019-05-27 16:47:38 +02:00
Aurélien Pupier 1acabe663a Enclose global gulp path with quotes #68413 (#68418)
it will allow to have it working when path contains space

Fixes #68413
2019-02-13 09:41:17 +01:00
Alex Ross 810a54ddef Fix gulp global path for tasks and remove quotes in favor of community PR 2019-02-12 15:57:58 +01:00
Alex Ross 4cfbdcda77 Revert "Fix incorrect gulp path"
This reverts commit eca12e44fa.
2019-02-12 11:25:23 +01:00
Alex Ross eca12e44fa Fix incorrect gulp path 2019-02-12 11:00:48 +01:00
Alex Ross c7813f6da3 Allow spaces in gulp.cmd path
Fixes #68413
2019-02-12 11:00:05 +01:00
Alex Ross 272c6827f1 Prefer global gulp install over local
Prevents console.log in gulp files from being interpreted as tasks. Fixes #11699
2019-01-04 16:22:22 +01:00
Alex Ross edd216eb0c Gulp task detection shouldn't open output
Fixes #64900
2018-12-14 16:03:52 +01:00
Alex Ross c686a15384
After npm install gulp extension should find tasks (#62129)
Fixes #61499
2018-11-06 11:04:53 +01:00
Johannes Rieken b343fcf6ab declare proposed api usage only where actually being used 2018-10-24 12:27:59 +02:00
Matt Bierner 92a9a07213 Remove duplicate blank lines at the start of some extension src files 2018-10-02 16:28:19 -07:00
Matt Bierner ff957050db Remove use strict in extensions (part 2)
We compile using alwaysStrict so this directive is not needed
2018-10-02 16:23:27 -07:00
Dirk Baeumer 04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Dirk Baeumer 105d2d8241 Fixing compile error 2018-01-09 11:48:18 +01:00
Dirk Baeumer 3a0fb3a97c Fixes #11482: Autodetecting gulpfile.ts tasks 2017-11-10 16:17:10 +01:00
Dirk Baeumer 0a27975c25 Adding folder name to error message when auto detecting tasks 2017-09-25 17:18:16 +02:00
Dirk Baeumer 643e569a6e Fixes #34966: Task list doesn't update when gulp, grunt or jake file changes. 2017-09-25 15:46:20 +02:00
Dirk Baeumer 48b2d7a964 Make grunt auto detect multi folder aware 2017-09-15 13:36:45 +02:00
Dirk Baeumer 575efe5a5d Make gulp auto detection multi folder aware 2017-09-15 13:18:27 +02:00
Dirk Baeumer 19f310a027 Fixes #29427 & #29617 2017-06-27 21:38:56 +02:00
Dirk Baeumer cf594ad817 Make tthe source attribute mandantory for tasks defined in extensions 2017-06-25 22:44:46 +02:00
Dirk Baeumer 2903fc5ee5 More loose build and test task detection 2017-06-23 17:29:32 +02:00
Dirk Baeumer 22fa494aee Incooperate API feedback 2017-06-23 10:25:45 +02:00
Dirk Baeumer 2ef8e48de4 Implemented latest feedback from #28235 2017-06-23 10:25:44 +02:00
Dirk Baeumer 19aecfd367 Addresses #27672: Task Detection For Gulp 2017-06-01 11:12:19 +02:00
Dirk Baeumer e58c2abb97 Implements #27399: Separate the task provider name from the task name in the task API 2017-05-29 14:44:31 +02:00
Dirk Baeumer 87cfa19524 Fixes #25518: Cannot associate a problem matcher with an auto detected tasks 2017-05-19 17:38:57 +02:00
Dirk Baeumer ef2b0a4bfe Fixes #24073: Improve task API and adopt gulp extension to it. 2017-04-06 21:12:08 +02:00
Dirk Baeumer f79bed6d73 Fixes #22655. 2017-03-23 16:14:38 +01:00
Dirk Baeumer f70b0b3ecb Fixes #22069: Define extension story for tasks 2017-03-23 14:32:31 +01:00