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 (Collapse)Author
2022-09-13Recently updated fixesBenjamin Simmonds
2022-09-09Sort By updateDate and local sortingBenjamin Simmonds
2022-09-06adopt lazy services (#160168)Sandeep Somavarapu
#159178 - make services lazy - adopt to eager instantiation with comment
2022-09-02Fix #159675 (#159866)Sandeep Somavarapu
2022-08-31make service instantiation lazy (#159680)Sandeep Somavarapu
* #159178 make service instantiation lazy * add comment * update comment * make comment clear about cyclic dep * :lisptick:
2022-08-31perf - log slow running workbench contribs (#159656)Benjamin Pasero
2022-08-26When calling `registerSingleton` you must signal if you support (or not) ↵joh/registerSingleton-explicitJohannes
delayed instantiation
2022-08-22Tag useUtilityProcess for exp (#158811)Harald Kirschner
2022-08-16`IAction` must not be disposable. Delete heaps of empty ↵Johannes
dispose-implementations and unneeded dispose chains. Use `Action` over `IAction` type if needed
2022-08-03Support `ILocalizedString` in `openCommandActionDescriptor` `title`s (#156921)Joyce Er
2022-08-03Remove types.isArray (#156930)Matt Bierner
This function was simply calling Array.isArray
2022-07-14add clear display language action (#155194)Sandeep Somavarapu
2022-07-11Add installation context to install extension command (#154846)Logan Ramos
* Add installation context to install extension command * Update src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts Co-authored-by: Joyce Er <joyce.er@microsoft.com> Co-authored-by: Joyce Er <joyce.er@microsoft.com>
2022-07-11make `MenuId#id` a string and a strict identifierJohannes
2022-07-05Add a setting to enable `sandbox: true` for windows (#154062)Benjamin Pasero
* sandbox - allow enabled sandbox in a full build * sandbox - reduce `electron-browser` in workbench * sandbox - reduce `electron-browser` in platform * sandbox - add a setting to enable sandbox mode for window * fix lint * Revert "sandbox - reduce `electron-browser` in workbench" This reverts commit 36a5167cf9525e98a37137915f9f8c748ca47ae5. * Revert "sandbox - reduce `electron-browser` in platform" This reverts commit 6f49d704a5403dbf286e6eb30700387454e0d047. * fix layer issue * fix some js errors
2022-06-28Fixes #153465: Turn off `UtilityProcess` for stable (#153594)Alexandru Dima
2022-06-26Improve extensions management in profilesSandeep Somavarapu
- Make version property mandatory in extension profiles (like in web) - Extend extensions clean up to profiles - Add necessay changes in other services to support extension cleanup: - Introduce INativeServerExtensionManagementService - Extend profile change event to provide added and removed profiles
2022-06-17Turn on `UtilityProcess` by defaultAlex Dima
2022-06-17fix build: try not using utility proc by default (#152416)SteVen Batten
try not using utility proc by default
2022-06-17Use `UtilityProcess` to spawn extension hosts and add a setting (#152344)Alexandru Dima
Fixes #150825: Use `UtilityProcess` to spawn extension hosts and add a setting
2022-06-08auto-fixed prefer-const violationJohannes
2022-05-27show keybindings in quick open help (#150538)Benjamin Pasero
2022-04-22Fixes #146412Alex Dima
2022-03-28Fix #146048Sandeep Somavarapu
2022-03-25Expose `extensions.experimental.affinity` in settings schemaAlex Dima
2022-03-17Make string array settings renderable (#145155)Raymond Zhao
2022-03-16compute target platform on the renderer sideSandeep Somavarapu
2022-03-10Revert "experiment running notebooks in dedicated process."rebornix
This reverts commit 24344687a2dacfdc753e870009585d0b008fecb7.
2022-03-09experiment running notebooks in dedicated process.rebornix
2022-02-24Fix #143673Sandeep Somavarapu
2022-02-02enable `@typescript-eslint/member-delimiter-style`, ↵Johannes Rieken
https://github.com/microsoft/vscode/issues/140391
2022-01-24debt - cleanup context key handling in workbenchBenjamin Pasero
2022-01-23#139015 more refactoringsSandeep Somavarapu
- use getExtensions for querying by id or name - introduce getExtensions in IExtensionsWorkbenchService
2022-01-21Add explicit layers for editor contributions (fixes #140995)Alex Dima
2022-01-18- Use IExtensionsWorkbenchService to install extensionSandeep Somavarapu
- Clean up
2022-01-17Merge branch 'main' into fix-136313Jean Pierre
2022-01-12#140088 - extension storage migration support while migrating to pre-releasesSandeep Somavarapu
2021-12-09refactor extensions editorSandeep Somavarapu
- contribute theme actions as menu actions - remove async dependency for theme actions in extension editor
2021-12-03Merge branch 'main' into fix-136313Jean Pierre
2021-12-02Fix #138233Sandeep Somavarapu
2021-12-01Fix #138231Sandeep Somavarapu
2021-11-30Fix #138127Sandeep Somavarapu
2021-11-29#15756Sandeep Somavarapu
- migrate pre-release extensions in the background - enable the migrated extension only on reload
2021-11-26#15756 prompt users to migrate from old extension to main prerelease extensionSandeep Somavarapu
2021-11-25#15756 support pre-release while installing through cli and commandsSandeep Somavarapu
2021-11-25#15756 fine tune labelsSandeep Somavarapu
2021-11-24#15756 rename to switchSandeep Somavarapu
2021-11-23#15756 feedbackSandeep Somavarapu
2021-11-23#15756 - handle incompatible pre-release versionsSandeep Somavarapu
2021-11-23#15756 - Pre-release support for extensionsSandeep Somavarapu