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-29notebooks - wire up onDidChange event from notebook providers, fyi @rebornix,...Johannes Rieken
2020-05-29editors - lift onDidCloseEditor to service interfaceBenjamin Pasero
2020-05-28share undo stack between text models in a notebook. the undo stack is not sha...rebornix
2020-05-28Fix #98202. support ansi colors in rich text/plain.rebornix
2020-05-28Merge pull request #98691 from microsoft/rebornix/multi-exthost-renderersPeng Lyu
2020-05-28combine events from edits from ext host.rebornix
2020-05-28Only open openable links from notebook webviewRob Lourens
2020-05-28Closes #92811: Register a custom comparison key computer for cell URIsAlex Dima
2020-05-28transform outputs for backuprebornix
2020-05-27switch mimetype now should be done async.rebornix
2020-05-27support renderer and content provider registered in different extension host.rebornix
2020-05-26send out missing selection change event when moving cells.rebornix
2020-05-26Don't leak context key servicesRob Lourens
2020-05-26avoid content override when updating local resource roots.rebornix
2020-05-22Move hasExecutionOrder to cell levelRob Lourens
2020-05-21Eliminate duplicate runstate, simplify context keys in cellRendererRob Lourens
2020-05-21Change keybinding to focus in/out of output, since ctrl+arrow is taken by def...Rob Lourens
2020-05-21More ways to render markdown cells - when cell/notebook is executed, and new ...Rob Lourens
2020-05-21Fix notebooks and notebook smoketest in webRob Lourens
2020-05-21allow workspace folder in notebook webview.rebornix
2020-05-20wait for notebook focus after cell movement.rebornix
2020-05-20asWebvewUri requires guid.rebornix
2020-05-20:lipstick:rebornix
2020-05-20merge moveEvent into CellsChangeEvent.rebornix
2020-05-20Markdown cell shouldn't leave edit mode without an explicit user actionRob Lourens
2020-05-20Remove empty preload updatesrebornix
2020-05-20Fix potential focus infinite looprebornix
2020-05-20cancel token.rebornix
2020-05-20notebookEditor.visiblerebornix
2020-05-20Merge pull request #98126 from microsoft/rebornix/documentNEditorsPeng Lyu
2020-05-19Make folding chevron visibleMiguel Solorio
2020-05-19webview comm based on editor other than document.rebornix
2020-05-19load document with editor id.rebornix
2020-05-19webview id attached to notebook editorrebornix
2020-05-19introduce visible notebook editorsrebornix
2020-05-18Fix #97694.rebornix
2020-05-18fix compile error - fyi @rebornixJohannes Rieken
2020-05-18Notebook kernel preloadsrebornix
2020-05-18:lipstick: switch editor types when pinrebornix
2020-05-17Fix redundant notebook action when/preconditionsRob Lourens
2020-05-17Simplify some cell actionsRob Lourens
2020-05-17Use NotebookActionRob Lourens
2020-05-16Add "Center Active Cell" notebook actionRob Lourens
2020-05-16Fix errors thrown when dragging around top and bottom of notebook listRob Lourens
2020-05-16Fix can't drop dragged cell above top cellRob Lourens
2020-05-16Fix rerendering loop - only allow one layout per cell at a timeRob Lourens
2020-05-16Fix cell DND issuesRob Lourens
2020-05-16some fixes for editor reopen with another typerebornix
2020-05-15Fix bad cell focus listenerRob Lourens