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-09-09add wslFeatureInstalled context key (#160424)Martin Aeschlimann
2022-09-01Activate RemoteEmptyWorkbenchPresentation on LifecyclePhase.Ready. For #1596...Martin Aeschlimann
2022-08-31perf - log slow running workbench contribs (#159656)Benjamin Pasero
2022-08-19allow recent commands to be pinned (#158037)Megan Rogge
2022-08-16`IAction` must not be disposable. Delete heaps of empty dispose-implementatio...Johannes
2022-08-10Remove `donotShowContainerTitleWhenMergedWithContainer`Joyce Er
2022-08-03Support `ILocalizedString` in `openCommandActionDescriptor` `title`s (#156921)Joyce Er
2022-08-03Use optional chaining for more method calls (#156938)Matt Bierner
2022-07-25Remote workspace from Ports view (#156130)Alex Ross
2022-07-25show remote indicator in web with websocket factory (#155734)Martin Aeschlimann
2022-07-19Add comments to properties of telemetry events (#155584)Alexandru Dima
2022-07-18introduce `--merge` to bring up merge editor (for #5770) (#155039)Benjamin Pasero
2022-07-07Fix more settings description setting links (#154383)Raymond Zhao
2022-06-21Rename `StorageScope.Global` to `Profile` (#152703)Benjamin Pasero
2022-06-15Setup remote pty host output channelDaniel Imms
2022-06-09manual fixing of prefer-const violationsJohannes
2022-06-08auto-fixed prefer-const violationJohannes
2022-06-07Remote menu not showing when browsing marketplace (#151199)Martin Aeschlimann
2022-05-26Don't autoselect a remote help item if there is more than one valid optiondev/joyceerhl/remote-helpJoyce Er
2022-05-20remote: fix wrong event name used for latency (#149973)Connor Peet
2022-05-17add additional telemetry for connection latency and duration (#149398)Connor Peet
2022-05-12Web: Support installing VSIX from local machine (#149364)Sandeep Somavarapu
2022-05-09Add owner and comment to telemetry events (#149097)Alexandru Dima
2022-05-04Remove another TunnelItem from a context key (#148706)Alex Ross
2022-05-04Remove ITunnelItem from a context key (#148702)Alex Ross
2022-04-01 Use TunnelItem object (#146513)Alex Ross
2022-03-31Remove unused CSS from remote viewlet dropdownDavid Dossett
2022-03-30Fix #145145David Dossett
2022-03-30Move ForwardedPortsView to Restored phaseAlex Ross
2022-03-28Copy tunnel information for context (#146186)Alex Ross
2022-03-17history - fix settings to appear in timelineBenjamin Pasero
2022-03-15more hcLight valuesMartin Aeschlimann
2022-03-08Add hc light theme kindMartin Aeschlimann
2022-03-01use `appendMarkdown` instead of `appendText` because of escaping issues, http...Johannes Rieken
2022-03-01use `appendLink` where we generate MD links, fyi @alexr00, @Tyriar, https://g...Johannes Rieken
2022-02-21Send `remoteConnectionSuccess` when the remote connection succeedsAlex Dima
2022-02-14tangle - extract `platform/action` (fix #141154)Benjamin Pasero
2022-02-14Don't show an empty quick pick to remote explorer usersAlex Ross
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-31Cleanup deprecated `IEnvironmentService.configuration` property (#141859)Benjamin Pasero
2022-01-24debt - cleanup context key handling in workbenchBenjamin Pasero
2022-01-21Merge branch 'main' into aeschli/noremoteindicatorwebMartin Aeschlimann
2022-01-21Merge branch 'main' into aeschli/noremoteindicatorwebMartin Aeschlimann
2022-01-21Merge branch 'main' into ben/web-api-layersBenjamin Pasero
2022-01-21Move tunnel service to its own folder (#141154)Alex Dima
2022-01-21Move virtual workspace functions to `platform/workspace` (#141154)Alex Dima
2022-01-21debt - introduce browser environment service with access to workbench optionsBenjamin Pasero
2022-01-21web - lift some `browser` specific things to `browser` layerBenjamin Pasero
2022-01-21no remote indicator for code server webMartin Aeschlimann
2022-01-20Revert "no remote indicator for code server web" to fix web smoke tests which...Alex Dima