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 - add option to `whenClosed` for waiting for save tooBenjamin Pasero
2020-05-29web - support --waitBenjamin Pasero
2020-05-28combine events from edits from ext host.rebornix
2020-05-27call prepareRename on all providers until having result, start with provider ...Johannes Rieken
2020-05-27Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-26Dangling text file models of deleted files hanging around in memory (#98154)Benjamin Pasero
2020-05-26Revert "Use canonical uri inside `ITextModelService#createModelReference`, ht...Johannes Rieken
2020-05-26Use canonical uri inside `ITextModelService#createModelReference`, https://gi...Johannes Rieken
2020-05-26Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-26sandbox - reduce clipboard dependencies in rendererBenjamin Pasero
2020-05-25Add more undo-redo testsAlex Dima
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 electron service into common/sandboxBenjamin Pasero
2020-05-25sandbox - make moveToTrash an electron service thingBenjamin Pasero
2020-05-20merge moveEvent into CellsChangeEvent.rebornix
2020-05-20create markers with canonical uris, https://github.com/microsoft/vscode/issue...Johannes Rieken
2020-05-19webview id attached to notebook editorrebornix
2020-05-19introduce visible notebook editorsrebornix
2020-05-18Fix #97694.rebornix
2020-05-15Move cursor calls through the viewModelAlex Dima
2020-05-15asWebUri.rebornix
2020-05-12debug: filter exceptions from DAP telemetry on webConnor Peet
2020-05-12Pinned tabs: doesn't toggle with shortcut (fix #97520)Benjamin Pasero
2020-05-06Merge remote-tracking branch 'origin/master' into rebornix/hotexitrebornix
2020-05-06Support for pinned tabs (#97078)Benjamin Pasero
2020-05-06Remove notebook content providerrebornix
2020-05-06notebook document creation in UI siderebornix
2020-05-05add trace logging to extHostDiagnostics, #96837Johannes Rieken
2020-05-05add view name in progress indicator apiSandeep Somavarapu
2020-05-05#90020 remove viewlet semantics from activity barSandeep Somavarapu
2020-05-02editor groups - resolve #96725Benjamin Pasero
2020-05-01Fixes #96681 & moreEric Amodio
2020-04-30Make getEditorOverrides take a uri instead of a editor inputMatt Bierner
2020-04-28update to telemetry service/callstack or exceptionSteVen Batten
2020-04-28Introduce `files.maxMemoryForClosedFilesUndoStackMB`Alex Dima
2020-04-27fix https://github.com/microsoft/vscode/issues/96013Johannes Rieken
2020-04-23Fix #96007.rebornix
2020-04-21Adding tests for LocationLink in API commandsDirk Baeumer
2020-04-21Merge branch 'joh/concat-doc'Johannes Rieken
2020-04-21fix #95715Johannes Rieken
2020-04-21don't duplicate lines, only keep prefix sumsJohannes Rieken
2020-04-20add NotebookConcatTextDocument to API, support selector-based creationJohannes Rieken
2020-04-20refactor test a littleJohannes Rieken
2020-04-20update prefix-sum when docs change, add offset/position math, testsJohannes Rieken
2020-04-20eventing, naming, fixes, and testsJohannes Rieken
2020-04-17move and implement views model to view descriptors modelSandeep Somavarapu
2020-04-16fix https://github.com/microsoft/vscode/issues/95319Johannes Rieken
2020-04-16add failing and skipped test for #95319Johannes Rieken
2020-04-15 and shift F6 to navigate across workbenchisidor