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-02-21Be sure to define more services when creating a test code editorAlex Dima
2021-12-28Always use the same services in all standalone editorsAlex Dima
2021-12-24isWebKit -> isSafari || isWebkitWebViewTyler Leonhardt
2021-12-23Workaround Safari clipboard.writeText behavior (#139657)Tyler James Leonhardt
2021-08-06Organize imports in vs/platformMatt Bierner
2020-06-19Clipboard: sync access is deprecated (fix #98556) (#100467)Benjamin Pasero
2020-06-08remove IClipboardService#readTextSync, https://github.com/microsoft/vscode/is...Johannes Rieken
2020-06-05Mark _serviceBrand properties using declare (#99312)Matt Bierner
2020-05-26sandbox - reduce clipboard dependencies in rendererBenjamin Pasero
2020-05-25sandbox - further reduce electron dependenciesBenjamin Pasero
2020-04-30web - add fallback to security exception for clipboard access (#96531)Benjamin Pasero
2020-03-31Convert most ts-ignore-calls to ts-expect-error (#93617)Matt Bierner
2020-02-19Move BrowserClipboardService to /platform/ so it can be reused in the standal...Alex Dima
2019-09-27debt - lift a few service implementations from platform to workbenchBenjamin Pasero
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-08-15web - workaround clipboard issue with selection typeBenjamin Pasero
2019-08-05debt - a bit of strictPropertyInitialization (#78168)Benjamin Pasero
2019-07-11:lipstick: clipboard serviceBenjamin Pasero
2019-07-11implement browser clipboard service (#75293)SteVen Batten
2019-07-10add IClipboardService#readTextSync, #76847Johannes Rieken
2019-07-08debt - port over some electron6 changesBenjamin Pasero
2019-02-22services - use more descriptorsBenjamin Pasero
2019-02-21Move most code editor contributions to /browser/ (#69102)Alex Dima
2018-10-03Remove use strict directives in main vs code ts filesMatt Bierner
2018-09-03uri - replace usages of default export with named exportJohannes Rieken
2018-05-17clipboardService: handle resources (#49964)Isidor Nikolic
2018-02-26debt - avoid deprecated Buffer ctorsBenjamin Pasero
2018-02-09use Schemas.untitled everywhereBenjamin Pasero
2018-02-06remove electron specific testsBenjamin Pasero
2018-02-06clipboard - back to custom solution for filesBenjamin Pasero
2018-02-06Leverage native clipboard for file copy/paste (#43029)Benjamin Pasero
2017-11-14Merge remote-tracking branch 'origin/master' into melvin0008/global_find_11233Alex Dima
2017-11-10Compare with Clipboard (#37841)Max Furman
2017-10-30Add tests to test globalFindBuffer read and writeMelvin Philips
2017-10-25Add support for macOS globalFindClipboard #11233Melvin Philips
2017-02-02get rid of electron-browser in parts/filesBenjamin Pasero