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
2022-06-08auto-fixed prefer-const violationJohannes
2022-04-22Improve pause connection (#147318)Alex Dima
2022-04-08testresolver: set log level with TESTRESOLVER_LOG_LEVEL. For #146897Martin Aeschlimann
2022-03-21ci: fix published server arhive name on macOS (#145509)Robo
2022-03-10chore: update to electron 17 (#143223)Robo
2022-02-24chore: revert to electron@13 (#143851)Robo
2022-02-08chore: update to electron 16 (#137241)Robo
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-21test resolver: prefer connection-token over connection-token-fileMartin Aeschlimann
2022-01-21adopt --server-data-dirMartin Aeschlimann
2022-01-20Web: change `yarn web` to run with our server instead of playground (#139725)Benjamin Pasero
2022-01-13Move tunnel features (#140620)Alex Ross
2022-01-12fix test resolverMartin Aeschlimann
2022-01-11server bin cleanupMartin Aeschlimann
2022-01-10test resolver: create remoteDataDirMartin Aeschlimann
2022-01-10test resolver: adopt connection-token, polishMartin Aeschlimann
2022-01-10test resolver: adopt connection-tokenMartin Aeschlimann
2022-01-10test resolver: adopt new server cli: For #137658Martin Aeschlimann
2021-12-10Add "current window" command to testresolver.Rob Lourens
2021-11-12temp restore all enabled proposed API for test resolver, depends on some cont...Johannes Rieken
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-10Merge branch 'main' into joh/vscode-dtsJohannes Rieken
2021-11-10Parcel update and CI improvements (#136830)Benjamin Pasero
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-16fix for #134873Martin Aeschlimann
2021-10-12ESlint: enable no-async-promise-executor (#134873)Benjamin Pasero
2021-09-24undo bad changeAlexandru Dima
2021-09-24Use `onDynamic*` instead of `onScoped*` for events that are returned from met...Alexandru Dima
2021-09-23Allow tunnel providers to define port privacy options (#133677)Alex Ross
2021-06-17Add protocol to tunnel APIAlex Ross
2021-06-16Custom tooltip on the remote indicator. Fixes #126494Martin Aeschlimann
2021-06-16test resolver: simplify pause/unpauseMartin Aeschlimann
2021-05-26Revert "Revert "Merge branch 'main' of https://github.com/microsoft/vscode in...rebornix
2021-05-26Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main"Harald Kirschner
2021-05-26Hide TestReolver.newWindow when in virtual workspaceMartin Aeschlimann
2021-05-26test resolver: supports untrusted workspacesMartin Aeschlimann
2021-05-25TestResolver, use 127.0.0.1, not localhostMartin Aeschlimann
2021-05-24Fix test resolver with trusted workspacesDaniel Imms
2021-05-21Add `RemoteAuthorityResolver.getCanonicalURI`Alex Dima
2021-05-04chore: bump node@14.x in devDependencies (#122905)Robo
2021-04-22remoteIndicator menu point: double digit order number. For #121180Martin Aeschlimann
2021-04-22Make window indicator menu contribution point stable. Fixes #121180Martin Aeschlimann
2021-04-20Add icons for built-in extensions (fixes #81760)Miguel Solorio
2021-04-16Respect resolver's trust optionsAlexandru Dima
2021-04-13Use more standard name for shared extension tsconfigMatt Bierner
2021-04-12improve TestResolver command namesMartin Aeschlimann
2021-03-09allow null for remoteAuthority in IBaseOpenWindowsOptions to force local windowMartin Aeschlimann
2021-02-04add remote server cli testSandeep Somavarapu