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-25sandbox - ensure IElectronService is declared from electron-sandbox layerBenjamin Pasero
2020-05-25sandbox - move more things into electron-sandboxBenjamin Pasero
2020-05-25sandbox - move electron service into common/sandboxBenjamin Pasero
2020-04-30:lipstick: backup error messageBenjamin Pasero
2020-03-30:lipstick:Benjamin Pasero
2020-03-28quick access - fix various remaining issues:Benjamin Pasero
2020-03-27backups - ensure to discard all on shutdown without dirty (#92962)Benjamin Pasero
2020-03-25backup - do not throw when backup is corrupt, but make tests more verboseBenjamin Pasero
2020-03-23Hook custom editors up to backup restorer (#92629)Matt Bierner
2020-03-12fix #91701Benjamin Pasero
2020-03-03editors - include editor in name for inputs to make things clearBenjamin Pasero
2020-03-02working copy - backup() is not optional anymoreBenjamin Pasero
2020-03-02editors - drop boolean result from revert()Benjamin Pasero
2020-03-02fix tests (#91859)Benjamin Pasero
2020-02-28skip failing testBenjamin Pasero
2020-02-28tests - add more tests for uncovered areasBenjamin Pasero
2020-02-21tests - reduce code duplicationBenjamin Pasero
2020-02-18editors - getResource => resourceBenjamin Pasero
2020-02-11untitled - rewrite to work on models and not inputsBenjamin Pasero
2020-02-04debt - move tests to correct layersBenjamin Pasero
2020-02-04working copy - support initial working copiesBenjamin Pasero
2020-01-24:lipstick: backup trackerBenjamin Pasero
2020-01-23backup - remove discardAllBackups() methodBenjamin Pasero
2020-01-23backup - only ask for backup when none exists on shutdownBenjamin Pasero
2020-01-23working copies - add name propertyBenjamin Pasero
2020-01-23backup - make backups optional on shutdownBenjamin Pasero
2020-01-23backup - more tweaks to backup on shutdownBenjamin Pasero
2020-01-22backup - confirm save operation before quitting without vetoBenjamin Pasero
2020-01-22backup - cleanup shutdown handlingBenjamin Pasero
2020-01-22backup - fix spelling mistakeBenjamin Pasero
2020-01-22backups - go through editor service for saving/revertingBenjamin Pasero
2020-01-22fix compileBenjamin Pasero
2020-01-22backup - improve error handlingBenjamin Pasero
2020-01-22backup - improve discardAllBackups() semanticsBenjamin Pasero
2020-01-22backup - prevent shutdown if backup fails for any working copyBenjamin Pasero
2020-01-22backup - make shutdown more explicitBenjamin Pasero
2020-01-21editors - stop support for EditorGroup.isOpen({ resource })Benjamin Pasero
2020-01-21backup - introduce and use IWorkingCopy#backup()Benjamin Pasero
2020-01-21backup - method renamesBenjamin Pasero
2020-01-18Unsaved tab labels should preview text instead of "Untitled-#" (fixes #37414)Benjamin Pasero
2020-01-17untitled - rewrite creation logicBenjamin Pasero
2020-01-16untitled - split createOrGet into create & getBenjamin Pasero
2020-01-16debt - loadOrCreate => resolveBenjamin Pasero
2020-01-16untitled - bring back loadOrCreate()Benjamin Pasero
2020-01-16text files - rename models => filesBenjamin Pasero
2020-01-16text files - allow to work with untitled from text file service directlyBenjamin Pasero
2020-01-15untitled - reduce service methodsBenjamin Pasero
2020-01-15textfiles - reduce service methods that are not needed anymoreBenjamin Pasero
2020-01-15files - working copy service for explorer deleteBenjamin Pasero
2020-01-14implement backup on shutdown via working copies (#84672)Benjamin Pasero