Commit Graph

31 Commits

Author SHA1 Message Date
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