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-27Use a fixed position context view as a child of the anchor element (#97965)SteVen Batten
2020-05-27Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-26Add back original strings to terminal commands using Action2Daniel Imms
2020-05-26Add comments to automationShell localize callsDaniel Imms
2020-05-25sandbox - further reduce electron dependenciesBenjamin Pasero
2020-05-25sandboy - more adoption of IPC API from preload scriptBenjamin Pasero
2020-05-20Remove web links addonDaniel Imms
2020-05-19Fix TerminalLinkManager testsDaniel Imms
2020-05-19Correct unit test suite nameDaniel Imms
2020-05-16Remove unused interfaceDaniel Imms
2020-05-16Fix test instantiation conflictDaniel Imms
2020-05-16Remove link matchers from terminalDaniel Imms
2020-05-15Throw an exception when line doesn't exist, rather than adding undefined to lineDaniel Imms
2020-05-15Fix exception when providing links on WindowsDaniel Imms
2020-05-14Move out layer breaking class namesAlex Dima
2020-05-14Rename .monaco-editor-hover to .monaco-hoverAlex Dima
2020-05-14Rename base fileAlex Dima
2020-05-14Rename HoverWidget.domNode to HoverWidget.contentsDomNodeAlex Dima
2020-05-14Avoid extending from BaseHoverWidgetAlex Dima
2020-05-14Get rid of BaseHoverWidget._renderActionAlex Dima
2020-05-14Push back Escape handling to get rid of BaseHoverWidget.hide()Alex Dima
2020-05-14Rename to BaseHoverWidgetDaniel Imms
2020-05-14Push more into base hover widgetDaniel Imms
2020-05-14Move renderAction to base hover widgetDaniel Imms
2020-05-14Create a hover widget in base and extend by editor/term widgetsDaniel Imms
2020-05-13css - put monaco-workbench first in selectorsBenjamin Pasero
2020-05-12vs/vs-dark/hc-black are now on same element as monaco-workbenchMartin Aeschlimann
2020-05-11Mention - prefix in commandsToSkipShell docDaniel Imms
2020-05-11actions - remove some unused event/context from run()Benjamin Pasero
2020-05-07Change experimentalLinkProvider default to trueDaniel Imms
2020-05-06Add multiple result link testsDaniel Imms
2020-05-06Fix protocol link testsDaniel Imms
2020-05-06Fix validated local link testsDaniel Imms
2020-05-06Fix wide word links and testsDaniel Imms
2020-05-06Remove debug logsDaniel Imms
2020-05-06Convert validated links provider to new modelDaniel Imms
2020-05-06Update protocol links with new modelDaniel Imms
2020-05-06Update word link provider with new modelDaniel Imms
2020-05-06Move web contributions to terminal.web.contributionDaniel Imms
2020-05-06Layout terminal with cached dims on first visibleDaniel Imms
2020-05-05Apply scroll area to hover content, not status barDaniel Imms
2020-05-05Fix link hover not going away when line changesDaniel Imms
2020-05-04Update xterm and addons to latestDaniel Imms
2020-05-01Don't use environment collections when using strictEnvDaniel Imms
2020-05-01Prevent hover from showing when icon doesn't existDaniel Imms
2020-04-30Fix casing of other find commandsDaniel Imms
2020-04-30Remove word widget from commands and context keysDaniel Imms
2020-04-29Fix tests, use alternate fix for \\?\% bugDaniel Imms
2020-04-29Remove unnecessary additional layoutDaniel Imms
2020-04-29Correctly validate \\?\%VAR% formatDaniel Imms