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
path: root/src/vs
AgeCommit message (Expand)Author
2020-05-29editors - some code cleanupBenjamin Pasero
2020-05-29don't warn with browser-only extensionsMartin Aeschlimann
2020-05-29editors - add option to `whenClosed` for waiting for save tooBenjamin Pasero
2020-05-29notebooks - wire up onDidChange event from notebook providers, fyi @rebornix,...Johannes Rieken
2020-05-29notebook - add `NotebookCell#notebook`Johannes Rieken
2020-05-29Tasks wtih same type and label should be "equal"Alex Ross
2020-05-29Make Neo keyboard layout (layer 4) arrow keys work in explorer view (#98269)Max
2020-05-29use URI.joinPath for resourcesJohannes Rieken
2020-05-29move all uri util into IExtUri interface, https://github.com/microsoft/vscode...Johannes Rieken
2020-05-29editors - lift onDidCloseEditor to service interfaceBenjamin Pasero
2020-05-29Allow style in span in markdown (#97793)Alex Ross
2020-05-29remove the ability to ignore path casing from util functions itself, #93368Johannes Rieken
2020-05-29Fix #96170Sandeep Somavarapu
2020-05-29web - support --waitBenjamin Pasero
2020-05-29web - allow --add to add folder to workspaceBenjamin Pasero
2020-05-29web - upload files streamed and support cancellable progressBenjamin Pasero
2020-05-29web - add a limit for opening untitled files from dropBenjamin Pasero
2020-05-29issues - stub --status in web to output unsupportedBenjamin Pasero
2020-05-29window - align interfaces for openingBenjamin Pasero
2020-05-29Make sure custom editor working copy is initially considered dirtyMatt Bierner
2020-05-29Fix isReadonly being inverted for custom editorsMatt Bierner
2020-05-29Make sure we keep around custom editor models while autosave is going onMatt Bierner
2020-05-29Make sure we normalize remote urisMatt Bierner
2020-05-29Fix #98766 - Reloading a dirty saved search editor causes a phantom tab to ap...Jackson Kearl
2020-05-29Fixes #98639 - Search editor: resolves content even if not the active editorJackson Kearl
2020-05-28do not set default propertySandeep Somavarapu
2020-05-28share undo stack between text models in a notebook. the undo stack is not sha...rebornix
2020-05-28Make sure we properly restore uris for local resource rootsMatt Bierner
2020-05-28Fix #98726Sandeep Somavarapu
2020-05-28Fix typo in vscode.d.ts (#98692)HiDeoo
2020-05-28Fix debug icon. Use Codicons instead of textIllusionMH
2020-05-28showCandidate should have a better name (#98566)Alex Ross
2020-05-28fix testsSandeep Somavarapu
2020-05-28Revert "Revert "allow setting default tag while installing extensions""Sandeep Somavarapu
2020-05-28Custom Titlebar is incomplete and not draggable (fix #98669)Benjamin Pasero
2020-05-28Use createChannelReceiver for webview managerMatt Bierner
2020-05-28Use original path to lookup mime typeMatt Bierner
2020-05-28Revert "allow setting default tag while installing extensions"Matt Bierner
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-28Move webview protocol to live in webview manager serviceMatt Bierner
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-28Add support for contributing an uri comparison key computer to the Undo Redo ...Alex Dima
2020-05-28transform outputs for backuprebornix
2020-05-27Remove trailing slash (fixes #97885)Christof Marti
2020-05-27Merge branch 'master' of github.com:Microsoft/vscodeMiguel Solorio
2020-05-27Update Codicons: compare, pass, stopCircle, playCircle, recordMiguel Solorio
2020-05-27Move webview's use of setIgnoreMenuShortcuts to main process (#98131)Matt Bierner