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-29remove the ability to ignore path casing from util functions itself, #93368Johannes Rieken
2020-05-26sandbox - move more things aroundBenjamin Pasero
2020-05-25sandbox - ensure IElectronService is declared from electron-sandbox layerBenjamin Pasero
2020-05-25sandbox - move electron service into common/sandboxBenjamin Pasero
2020-05-25sandbox - make moveToTrash an electron service thingBenjamin Pasero
2020-05-04es6 - use more find over filterBenjamin Pasero
2020-05-04es6 - use Array.find over findBenjamin Pasero
2020-04-20tests - more reliable disk testsBenjamin Pasero
2020-04-11workaround flaky test (#94796)Benjamin Pasero
2020-04-08use ternary search tree for uris instead of paths, fyi @bpasero, @sandy081, @...Johannes Rieken
2020-04-06make TenarySearchTree have generic key and value, implement for URI, touches ...Johannes Rieken
2020-04-06debt - more usage of ES6 object assignBenjamin Pasero
2020-03-30:lipstick:Benjamin Pasero
2020-03-30debt - adopt more ES6 thingsBenjamin Pasero
2020-03-26fix testsBenjamin Pasero
2020-03-26fs - add error code for ENOTDIRBenjamin Pasero
2020-03-10fix #92334Benjamin Pasero
2020-03-02fix tests (#91859)Benjamin Pasero
2020-02-28tests - add more tests for uncovered areasBenjamin Pasero
2020-02-18files - rename events to follow conventionsBenjamin Pasero
2020-02-18fix standalone editor compilationSandeep Somavarapu
2020-02-18#90076 move in mem fs provider to platformSandeep Somavarapu
2020-02-05Files - deal with dangling symbolic links (fix #90075)Benjamin Pasero
2020-02-05vscode.workspace.fs.readDirectory() ignores broken symlinks. (fix #90031)Benjamin Pasero
2020-02-05vscode.workspace.fs.readDirectory() reports symlinks to sockets incorrectly. ...Benjamin Pasero
2020-02-04debt - move tests to correct layersBenjamin Pasero
2020-02-03Smoke-Test: Hot-exit / dataloss tests broken (#89905)Benjamin Pasero
2020-01-29misleading wording of "files.preventSaveConflicts" setting (fix #89510)Benjamin Pasero
2020-01-17Add log messages for watchersMartin Aeschlimann
2020-01-12custom editors - implement auto save and backup creation over working copy ev...Benjamin Pasero
2020-01-06:lipstick: file service errorsBenjamin Pasero
2019-12-18fileService: add scheme to change capaiblity eventisidor
2019-12-18file service - add event for listening to capability changesBenjamin Pasero
2019-12-17files - carry resource for each error to track down issues (for #86843)Benjamin Pasero
2019-12-13files - throw in del() if file does not exist (fix #86217)Benjamin Pasero
2019-12-11address some strict function type errors (#81574)Benjamin Pasero
2019-12-10debt - model reload should happen from model managerBenjamin Pasero
2019-12-09Option to disable "Failed to save '...': The content on disk is newer." check...Benjamin Pasero
2019-12-05Fix #82567Sandeep Somavarapu
2019-11-19files - improve readonly handlingBenjamin Pasero
2019-11-19fixes #85080isidor
2019-11-14fix typoBenjamin Pasero
2019-11-13fix testsBenjamin Pasero
2019-11-12files - fix tests properlyBenjamin Pasero
2019-11-12files - introduce IFileStat.isFile() for #84524Benjamin Pasero
2019-11-12files - implement ctime properly as btime (fix #84525)Benjamin Pasero
2019-11-07chore: bump vscode-nsfw@1.2.8 (#84139)Robo
2019-11-04Merge pull request #83822 from microsoft/joh/willRenameJohannes Rieken
2019-11-04files - increase large text file for testsBenjamin Pasero
2019-11-04Merge branch 'master' into joh/willRenameJohannes Rieken