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-29remove the ability to ignore path casing from util functions itself, #93368Johannes Rieken
2020-05-29web - upload files streamed and support cancellable progressBenjamin Pasero
2020-05-26sandbox - move more things aroundBenjamin Pasero
2020-05-26sandbox - reduce clipboard dependencies in rendererBenjamin Pasero
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-05-25sandboy - more adoption of IPC API from preload scriptBenjamin Pasero
2020-05-20Merge pull request #98236 from microsoft/isidorn/editor-aria-previewIsidor Nikolic
2020-05-20web - fix broken file uploadBenjamin Pasero
2020-05-20editor: conoslidte computing of editor aria labels and use 'preview' for prei...isidor
2020-05-19debt - put some reference dispose into finally blocksBenjamin Pasero
2020-05-13explorer: polish focusNoScrollisidor
2020-05-13Merge pull request #96890 from phuein/masterIsidor Nikolic
2020-05-13explorer - fixes for upload folder from webBenjamin Pasero
2020-05-13Merge pull request #97347 from codeonline-io/masterIsidor Nikolic
2020-05-13css - put monaco-workbench first in selectorsBenjamin Pasero
2020-05-13Fixed autoReveal default valueJames Koss
2020-05-12vs/vs-dark/hc-black are now on same element as monaco-workbenchMartin Aeschlimann
2020-05-12some patches for #96584SteVen Batten
2020-05-12Remove autoReveal class and simplify selectionJames Koss
2020-05-09Resolve compile issuesSteven Hermans
2020-05-09Upload folders via D&D in the browser workbenchSteven Hermans
2020-05-09autoReveal changed into class with added optionsJames Koss
2020-05-08Merge pull request #97200 from relmify/sort-order-fixesIsidor Nikolic
2020-05-08Update pills style to use mix (ref #96608)Miguel Solorio
2020-05-08Merge branch 'master' into sort-order-fixesLeila Pearson
2020-05-08Fix filename sort order edge cases in explorer.Leila Pearson
2020-05-07Update unsaved editors labelMiguel Solorio
2020-05-06Support for pinned tabs (#97078)Benjamin Pasero
2020-05-05explorer: use .find not .filterisidor
2020-05-05:lipstick:Sandeep Somavarapu
2020-05-05#90020 remove viewlet semantics from activity barSandeep Somavarapu
2020-05-05files - do not open dirty models that are being auto saved (#96920)Benjamin Pasero
2020-05-05Nicer name and description after reviewJames Koss
2020-05-04fixes #96653SteVen Batten
2020-05-04aria labels: use comma as separatorisidor
2020-05-04Dont scroll to revealed files option.James Koss
2020-05-03Focus on explorer tree to cancel editing. Fixes #96846jeanp413
2020-05-01Fixes #96694: Use `files.restoreUndoStack` instead of `files.maxMemoryForClos...Alex Dima
2020-04-30Settings description typos (#96641)Greg Van Liew
2020-04-30Make sure custom editor override is also used when reopening default editorMatt Bierner
2020-04-30Make getEditorOverrides take a uri instead of a editor inputMatt Bierner
2020-04-29Do not react immediatly on blur events due to tree refresh potentially causin...isidor
2020-04-28Introduce `files.maxMemoryForClosedFilesUndoStackMB`Alex Dima
2020-04-28Move toggle editor type command out of custom editors (#96100)Matt Bierner
2020-04-27explorer: If there is something being edited via input box make sure to close itisidor
2020-04-27Fix error when invoking `explorer.newFile` while explorer viewlet is collapsedisidor
2020-04-24explorer: fix new file creation glitchisidor