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
AgeCommit message (Expand)Author
2017-10-24debug: noop when click on breakpoint with inrenal source and session is offlineisidor
2017-10-24Future-proof for next APIRob Lourens
2017-10-24:lipstick:Rob Lourens
2017-10-24Merge remote-tracking branch 'origin/master' into roblou/settingsSearchRob Lourens
2017-10-24Consider any two DefaultPreferencesEditorInput to be the same, to prevent ope...Rob Lourens
2017-10-24Implement new model editing changes on top of Sandeep's editsRob Lourens
2017-10-23Merge pull request #36666 from Microsoft/octref/terminal-task-commandsDaniel Imms
2017-10-23Enforce a minimum terminal font size of 6Daniel Imms
2017-10-23Merge pull request #36686 from Microsoft/tyriar/36502_fine_config_eventDaniel Imms
2017-10-23improve DebugConfigurationProvider.resolveDebugConfiguration docAndre Weinand
2017-10-23Separete default settings model and default settings editor model so that the...Sandeep Somavarapu
2017-10-23Revert "[theming] editor.selectionForeground is not working. Fixes #36490"Alex Dima
2017-10-23Increase timeout for search testsChristof Marti
2017-10-23fix function scopeBenjamin Pasero
2017-10-23improve touch support for editor groups (for #22523)Benjamin Pasero
2017-10-23don't always listen to cursor changes, #36427Johannes Rieken
2017-10-23use correct namespace for registerDebugConfigurationProvider; fixes #36118Andre Weinand
2017-10-23open workspace: option click to open in new windowBenjamin Pasero
2017-10-23fix missing NFC normalizationBenjamin Pasero
2017-10-23ResourceGlobMatcher is reacting to all configuration change events (fixes #36...Benjamin Pasero
2017-10-23config change handling :lipstick:Benjamin Pasero
2017-10-23:lipstick:Benjamin Pasero
2017-10-23more tests (for #35572)Benjamin Pasero
2017-10-23Make sure both composites are known to this composite bar in moveisidor
2017-10-23Merge pull request #36682 from Microsoft/alex/ctrl-d-improvementsAlexandru Dima
2017-10-23Add overrides to find widget togglesAlex Dima
2017-10-23use native promise, no async-await, no winjs promise, #36427Johannes Rieken
2017-10-23Introduce MultiCursorSession for easier state handlingAlex Dima
2017-10-23fixes #36725isidor
2017-10-23Fixes #36735: Cannot read property 'byIdentifier' of undefinedDirk Baeumer
2017-10-23easy on the error message (for #36703)Benjamin Pasero
2017-10-23Merge pull request #36644 from usernamehw/patch-2Isidor Nikolic
2017-10-23add test ensuring getWorkspaceFolder doesn't fail on drive letter casing, #36221Johannes Rieken
2017-10-23Reduce SelectionHighlighter flashing when moving within the same wordAlex Dima
2017-10-23more testsBenjamin Pasero
2017-10-23Fix grammar: Current => Currently (#36694)Vinaya
2017-10-23Merge branch 'master' into roblou/settingsSearchRob Lourens
2017-10-23Fix a typo (#36702)284km
2017-10-22Recognize the old prefs URI as a defaultSettingsResource, to prevent an error...Rob Lourens
2017-10-22Pass filter flags correctlyAlex Dima
2017-10-22SelectHighlightsAction also enters find widget state disconnection modeAlex Dima
2017-10-22Have Ctrl+D be disconnected from the find state when starting with a collapse...Alex Dima
2017-10-21Have terminal listen to fine grained eventsDaniel Imms
2017-10-21Move logic to MultiCursorSelectionControllerAlex Dima
2017-10-21Move Ctrl-D related code from contrib/find to contrib/multicursorAlex Dima
2017-10-21Introduce MultiCursorSelectionControllerAlex Dima
2017-10-21Insert an undo stop when typing space (#34073)Alex Dima
2017-10-21Fixes #33788: Wrong cursor position when double click to select a wordAlex Dima
2017-10-21Don't forget to push undo stops when executing edits (#36234)Alex Dima
2017-10-21Merge pull request #36174 from mjbvz/36173Alexandru Dima