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-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
2020-12-18Align `@types/*` dev dependencies (#112718)Alexandru Dima
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-07-31Fix gulp and jake resolve taskAlex Ross
2019-07-05Jake task detection has been called gulp for a long timeAlex Ross
2019-07-05Implmented resolveTask for jake (#76616)Hung-Wei Hung
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-02-07debt - update extensions node dependency to 10.xBenjamin Pasero
2018-12-20Don't show the output panel in jake and grunt extensionsAlex Ross
2018-11-06[ImgBot] Optimize imagesImgBotApp
2018-11-06Reload grunt and jake tasks after npm installAlex 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-02Onboard jake to use shared tsconfigMatt 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-06-27Use VS Code with a space in built-in extension descriptions. (#53080)Greg Van Liew
2018-02-28Version 1.0 for builtin extensions #43978 #44626Ramya Achutha Rao
2018-02-26Add proper readme, images and localization to grunt, gulp and jakeDirk Baeumer
2018-01-30Upgrade to latest language pack formatDirk Baeumer
2018-01-25Add support for Language PacksDirk Baeumer
2017-11-14yarn: replace most shrinkwrap filesJoao Moreno
2017-11-06Set strict mode in a few extensions that already have strictNullChecksMatt Bierner
2017-10-04Use strict version-identifier for @types/xyz-modules . For #35561Martin Aeschlimann
2017-09-25Adding folder name to error message when auto detecting tasksDirk Baeumer
2017-09-25Fixes #34966: Task list doesn't update when gulp, grunt or jake file changes.Dirk Baeumer
2017-09-15Add multi root support to Jake auto detectDirk Baeumer
2017-06-30Remove devDependencies from npm-shrinkwrapRob Lourens
2017-06-29Fixes #29835: Move Task API from proposed to final.Dirk Baeumer