Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-07Selective task provider activation using a new `onTaskType:` activation event...Alexandru Dima
2021-11-09use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables t...Johannes Rieken
2021-11-09move vscode.d.ts and vscode.proposed.d.ts into `src/vscode-dts`-folder, https...Johannes Rieken
2021-11-05Allow ts files for gulp tasksAlex Ross
2021-05-11Change grunt, gulp and jake task auto detection to be off by default (#123588)Alex Dima
2021-05-04chore: bump node@14.x in devDependencies (#122905)Robo
2021-04-22adopt virtual workspaces - not supportedSandeep Somavarapu
2021-04-21update ext manifest schema validation and built-in extsSteVen Batten
2021-04-14Include virtual workspace check for task type enablmentAlex Ross
2021-04-13Use more standard name for shared extension tsconfigMatt Bierner
2021-04-09Onboard task extension to workspace trustAlex Ross
2021-01-29add repository field to extensions package.jsonJoão Moreno
2021-01-29run prettier over extensions json filesJoão Moreno
2021-01-08Fix gulp task provider so that it doesn't always try to runAlex Ross
2021-01-06Adds support for gulpfiles using ESM. (#113505)Thomas Schmid
2020-12-18Align `@types/*` dev dependencies (#112718)Alexandru Dima
2020-08-03Add 'Gulpfile.js' as valid gulpfile nameAlex Ross
2020-02-13Use non-deprecated version of registerTasksProviderMatt Bierner
2019-10-28debt - bump node.d.ts dependency in extensions to 12.x (part of #82514)Benjamin Pasero
2019-09-05Fix very annoying gulp task error that always takes you to tasks outputAlex Ross
2019-09-04Filter out 'No license field' in gulp tasksAlex Ross
2019-07-31Fix gulp and jake resolve taskAlex Ross
2019-07-03Adding support for TaskProvider.resolveTask (#71027)Joel Day
2019-06-13Fix some compile errors resutling from readonly changeMatt Bierner
2019-06-06Add License field to package.jsons #68423 (#68771)Aurélien Pupier
2019-06-05update @types/node (#74881)Benjamin Pasero
2019-05-27In gulp tasks use task args so that gulp path can be escapedAlex Ross
2019-02-13Enclose global gulp path with quotes #68413 (#68418)Aurélien Pupier
2019-02-12Fix gulp global path for tasks and remove quotes in favor of community PRAlex Ross
2019-02-12Revert "Fix incorrect gulp path"Alex Ross
2019-02-12Fix incorrect gulp pathAlex Ross
2019-02-12Allow spaces in gulp.cmd pathAlex Ross
2019-02-07debt - update extensions node dependency to 10.xBenjamin Pasero
2019-01-04Prefer global gulp install over localAlex Ross
2018-12-14Gulp task detection shouldn't open outputAlex Ross
2018-11-06[ImgBot] Optimize imagesImgBotApp
2018-11-06After npm install gulp extension should find tasks (#62129)Alex Ross
2018-10-24declare proposed api usage only where actually being usedJohannes Rieken
2018-10-03Remove duplicate blank lines at the start of some extension src filesMatt Bierner
2018-10-03Remove use strict in extensions (part 2)Matt Bierner
2018-10-02Update more extensions to use shared configMatt Bierner
2018-09-30update yarn.lock files to use integrityJoao Moreno
2018-09-20Use webpack also for small built-in extensionsAlex Dima
2018-09-19Avoid shipping unnecessary filesAlex Dima
2018-09-06adopt vscode-nls 4.0.0Johannes Rieken
2018-08-14debt - update extensions node dependency to 8.xBenjamin Pasero
2018-07-14Edit pass on new built-in extension comments (#54277)Greg Van Liew
2018-07-12Standardize readme across built-in extensions #54098Ramya Achutha Rao
2018-07-03Move to latest vscode-nls for corrupted cache supportDirk Baeumer
2018-02-28Version 1.0 for builtin extensions #43978 #44626Ramya Achutha Rao