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
2020-05-29editors - some code cleanupBenjamin Pasero
2020-05-29don't warn with browser-only extensionsMartin Aeschlimann
2020-05-29editors - add option to `whenClosed` for waiting for save tooBenjamin Pasero
2020-05-29editors - lift onDidCloseEditor to service interfaceBenjamin Pasero
2020-05-29remove the ability to ignore path casing from util functions itself, #93368Johannes Rieken
2020-05-29web - support --waitBenjamin Pasero
2020-05-29web - allow --add to add folder to workspaceBenjamin Pasero
2020-05-28Custom Titlebar is incomplete and not draggable (fix #98669)Benjamin Pasero
2020-05-27Add property default show context value proeprty (#97920)Jakub Trąd
2020-05-27use a skip list for keeping canonical uris, https://github.com/microsoft/vsco...Johannes Rieken
2020-05-27Load text models from disk when doing a cross file undo or redo (fixes #92272)Alex Dima
2020-05-27clarify error message for #98576Martin Aeschlimann
2020-05-27sandbox - issue service is not commonBenjamin Pasero
2020-05-27Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-27refs #96115SteVen Batten
2020-05-26Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-26Revert "Use canonical uri inside `ITextModelService#createModelReference`, ht...Johannes Rieken
2020-05-26Cannot add folder to workspace. Fixes #97294Martin Aeschlimann
2020-05-26Use canonical uri inside `ITextModelService#createModelReference`, https://gi...Johannes Rieken
2020-05-26web - support --diff from command lineBenjamin Pasero
2020-05-26web - support to open a file on a lineBenjamin Pasero
2020-05-26Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-26sandbox - move more services to electron-sandboxBenjamin Pasero
2020-05-26sandbox - reduce clipboard dependencies in rendererBenjamin Pasero
2020-05-25Fix #98489Sandeep Somavarapu
2020-05-25sandbox - move menubar serviceBenjamin Pasero
2020-05-25sandbox - move main process service into electron-sandboxBenjamin Pasero
2020-05-25sandbox - ensure IElectronService is declared from electron-sandbox layerBenjamin Pasero
2020-05-25sandbox - add windowId to electron serviceBenjamin Pasero
2020-05-25sandbox - move url serviceBenjamin Pasero
2020-05-25sandbox - move electron service into common/sandboxBenjamin Pasero
2020-05-25sandbox - do not double register electron serviceBenjamin Pasero
2020-05-25sandbox - make moveToTrash an electron service thingBenjamin Pasero
2020-05-25sandbox - further reduce electron dependenciesBenjamin Pasero
2020-05-25sandboy - more adoption of IPC API from preload scriptBenjamin Pasero
2020-05-24sandbox - move contextMenuServiceBenjamin Pasero
2020-05-23sandbox - get rid of IMainProcessService2Benjamin Pasero
2020-05-23sandbox - move updateServiceBenjamin Pasero
2020-05-23sandbox - move issueServiceBenjamin Pasero
2020-05-23sandbox - move menubarServiceBenjamin Pasero
2020-05-23sandbox - move storageKeysSyncRegistryServiceBenjamin Pasero
2020-05-23sandbox - make sure to use sandboxed main process service consistently in ren...Benjamin Pasero
2020-05-23sandbox - let workspaces service use sandboxed IPCBenjamin Pasero
2020-05-22refactor extensions managementSandeep Somavarapu
2020-05-21fix #98136Sandeep Somavarapu
2020-05-21Fix #98137Sandeep Somavarapu
2020-05-21fix #98138Sandeep Somavarapu
2020-05-21refactor - move logic to userDataSyncWorkbenchServiceSandeep Somavarapu
2020-05-20#93960 feedbackSandeep Somavarapu
2020-05-20Update meaning of order for composite bar (#98207)SteVen Batten