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-11-12use `enabledApiProposals` instead of wildcard property, also update compilati...Johannes Rieken
2021-11-12split vscode.proposed.d.ts into a file per proposal, https://github.com/micro...Johannes Rieken
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-10-21debug: make serverReadyAction multi-session awareConnor Peet
2021-05-07server-ready: support debugWithEdge as well as debugWithChromeConnor Peet
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-21Update debug server ready ext iconMiguel Solorio
2021-04-14Mark server ready extension trustedAndre Weinand
2021-04-13Use more standard name for shared extension tsconfigMatt Bierner
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-12-18Remove most of the `yarn` license warningsAlexandru Dima
2020-11-03debug: allow serverReadyAction to run a launch config by nameConnor Peet
2020-09-08debug: make serverReadyAction play nicely with js-debugConnor Peet
2020-04-24serverReady fix for #95108Andre Weinand
2019-10-28debt - bump node.d.ts dependency in extensions to 12.x (part of #82514)Benjamin Pasero
2019-09-20always use the uriFormat; fixes #79596Andre Weinand
2019-09-17adopt new terminal APIAndre Weinand
2019-09-13enable proposed API for new terminal APIAndre Weinand
2019-09-13remove unnecessary commaAndre Weinand
2019-09-13Remove Terminal.onDidWriteDataDaniel Imms
2019-07-22don't warn about missing chrome debugger on WSL; fixes microsoft/vscode-chrom...Andre Weinand
2019-07-15cleanupJoao Moreno
2019-06-05update @types/node (#74881)Benjamin Pasero
2019-06-05debt - use @types/node: 10 for all extensionsBenjamin Pasero
2019-05-24address translation issue; fixes #72065Andre Weinand
2019-04-03add lauch.json to server-ready extensionAndre Weinand
2019-03-27use case insensitive matches for server ready; fixes #71164Andre Weinand
2019-03-21server-ready feature: better error msg when chome not installedAndre Weinand
2019-03-19server ready feature: fix #70537Andre Weinand
2019-03-18proposed API: add parentSession to startDebugging; fixes #70219Andre Weinand
2019-03-13serverReady: try to listen only on the correct terminalAndre Weinand
2019-03-04improve launch.json schema for serverReady featureAndre Weinand
2019-03-02support integrated terminal in serverReady featureAndre Weinand
2019-02-26improve Intellisense descriptions; fixes #69341Andre Weinand
2019-02-26rename urlFormat to uriFormat; fixes #69344Andre Weinand
2019-02-22nls debug-server-readyAndre Weinand
2019-02-21fix debug-server-ready nameAndre Weinand
2019-02-21first cut of "server-ready-action" featureAndre Weinand