Commit graph

90 commits

Author SHA1 Message Date
Joao Moreno 707787c5b8 update yarn.lock files to use integrity 2018-09-30 16:34:43 +02:00
Alex Dima 5bae3f69d9 Use webpack also for small built-in extensions 2018-09-20 14:17:45 +02:00
Alex Dima 34e7a220c8 Avoid shipping unnecessary files 2018-09-19 19:53:46 +02:00
Johannes Rieken c2c5819fc8 adopt vscode-nls 4.0.0 2018-09-06 14:44:33 +02:00
Benjamin Pasero 920defc6a6 debt - update extensions node dependency to 8.x 2018-08-14 10:44:56 +02:00
Greg Van Liew c150d0d42d Edit pass on new built-in extension comments (#54277) 2018-07-13 15:28:27 -07:00
Ramya Achutha Rao f89c16c04c Standardize readme across built-in extensions #54098 2018-07-11 16:38:32 -07:00
Dirk Baeumer 21991b4912 Move to latest vscode-nls for corrupted cache support 2018-07-03 16:12:52 +02:00
Ramya Achutha Rao 1f7b495846 Version 1.0 for builtin extensions #43978 #44626 2018-02-27 17:35:19 -08:00
Dirk Baeumer 7ddd37c10e Add proper readme, images and localization to grunt, gulp and jake 2018-02-26 17:38:57 +01:00
Dirk Baeumer e91b851ca8 Upgrade to latest language pack format 2018-01-30 00:11:57 +01: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
Joao Moreno 0a8b6fb706 yarn: replace most shrinkwrap files 2017-11-13 23:03:52 +01:00
Dirk Baeumer 3a0fb3a97c Fixes #11482: Autodetecting gulpfile.ts tasks 2017-11-10 16:17:10 +01:00
Matt Bierner 3f9bc10e81 Set strict mode in a few extensions that already have strictNullChecks 2017-11-06 10:32:24 -08:00
Martin Aeschlimann 12d4925c72 Use strict version-identifier for @types/xyz-modules . For #35561 2017-10-04 11:25:45 +02: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
Rob Lourens 04db7c3a45 Remove devDependencies from npm-shrinkwrap 2017-06-30 11:39:10 -07:00
Dirk Baeumer 0e39ec5af5 Fixes #29835: Move Task API from proposed to final. 2017-06-29 11:03:33 +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
Joao Moreno 5667cc0e69 use vsce to determine what to package when bundling extensions
fixes #29054
2017-06-21 16:17:21 +02:00
Dirk Baeumer 19aecfd367 Addresses #27672: Task Detection For Gulp 2017-06-01 11:12:19 +02:00
Dirk Baeumer e98c09c842 Fixes #27738: Defer switching to Tasks 2.0.0 as the default 2017-05-31 16:21:35 +02:00
Dirk Baeumer bf5bb9de5c Implements #27087: Simplify task activation events 2017-05-29 14:50:16 +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 98b92df34c Make Task api fully official. 2017-05-24 09:59:53 +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
Matt Bierner 7d2dea4e45 Add "Include" to extension TSConfig Files (#25860)
**Bug**
Most VSCode extensions currently specify `"exclude"` in their `tsconfig.json` but not `"include"`. This may result in extra files being included in each project

**Fix**
Add  `"include": ["src/**/*"]` to all extension tsconfig files
2017-05-05 11:37:59 -07:00
Dirk Baeumer 5e4d510a36 Grunt autodetection for terminal task runner 2017-04-14 15:19:32 +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