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-29Add ability to not to sync an extension while installing using cliSandeep Somavarapu
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-29editors - lift onDidCloseEditor to service interfaceBenjamin Pasero
2020-05-29remove the ability to ignore path casing from util functions itself, #93368Johannes Rieken
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-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-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-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 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-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-28transform outputs for backuprebornix
2020-05-27Move webview's use of setIgnoreMenuShortcuts to main process (#98131)Matt Bierner
2020-05-27Add property default show context value proeprty (#97920)Jakub Trąd
2020-05-27refix keybindSteVen Batten
2020-05-27Merge remote-tracking branch 'origin/master' into rebornix/multi-exthost-rend...rebornix
2020-05-27Use a fixed position context view as a child of the anchor element (#97965)SteVen Batten
2020-05-27fixes #98456SteVen Batten
2020-05-27do not listen on statusSandeep Somavarapu
2020-05-27merge metadata into local extensionSandeep Somavarapu
2020-05-27Merge remote-tracking branch 'origin/master' into rebornix/multi-exthost-rend...rebornix
2020-05-27use a skip list for keeping canonical uris, https://github.com/microsoft/vsco...Johannes Rieken
2020-05-27#98576 clarifySandeep Somavarapu
2020-05-27remove telemetry, update jsdoc, https://github.com/microsoft/vscode/issues/96779Johannes Rieken
2020-05-27statusBar: do not focus editor when executing commandsisidor
2020-05-27fix #98250Sandeep Somavarapu
2020-05-27start crash reporter properly given directory argument (refs #98122)Benjamin Pasero
2020-05-27Problems: filter box: remove duplicated color def. For #98250Martin Aeschlimann