Commit Graph

31161 Commits

Author SHA1 Message Date
Johannes Rieken 3fbb09fac6 outline - work around panel madness 2018-10-05 12:53:24 +02:00
Johannes Rieken 148931476b more promise removal 2018-10-05 11:38:11 +02:00
Johannes Rieken f1bd5b63d4 fix #59939 2018-10-05 11:26:38 +02:00
Johannes Rieken 3dc960c0d1 Merge pull request #59797 from J-Graham/middle-click-breadcrumbs
Fixes for 58176: Middle clicking files in breadcrumbs explorer opens …
2018-10-05 10:29:36 +02:00
isidor b58200ca9f workbench.centeredLayoutAutoResize -> workbench.editor.centeredLayoutAutoResize
#53989
2018-10-05 09:31:08 +02:00
Sandeep Somavarapu 3cd0a546d7 Fix #59862 2018-10-05 12:27:50 +05:30
Sandeep Somavarapu 0c43f4ef3c clean up 2018-10-05 11:34:06 +05:30
Sandeep Somavarapu b7639f6f3f Merge pull request #59883 from ritwickdey/fix-alignment
[CSS fix] Settings tab alignment
2018-10-05 10:03:09 +04:00
Rob Lourens b35721a71e Fix windows file search tests 2018-10-04 19:56:27 -07:00
Rob Lourens 38886a08c6 Workaround for misisng selection color in suggestEnabledInputs 2018-10-04 18:46:28 -07:00
Rob Lourens 5359560ead Update ripgrep version, use new json output format 2018-10-04 18:15:27 -07:00
Matt Bierner 1bf1bc2c0e Use async/await in tests 2018-10-04 13:27:17 -07:00
Matt Bierner 3ad13abc58 ÏSwitch tests to use await / async 2018-10-04 13:15:59 -07:00
Matt Bierner f0b76b7ea8 Use async/await in tests 2018-10-04 11:50:15 -07:00
Matt Bierner c9c8dbbc96 Use async/await in tests 2018-10-04 11:47:01 -07:00
Rob Lourens 38a2c24ca2 Merge pull request #59717 from skprabhanjan/fix-59364
Fix #59364 : Respect global .gitignore when searching
2018-10-04 11:40:23 -07:00
SteVen Batten e4172c25b4 enable dynamic menu on linux/windows (#59936)
* enable dynamic menu on linux/windows
workaround to fix #33457

* Address feedback

* other comment
2018-10-04 10:41:40 -07:00
Rob Lourens e4286549e0 Fix #59954 - minimum size contraints for settings UI 2018-10-04 08:51:08 -07:00
isidor eb3582ea10 introduce workbench.centeredLayoutAutoResize
fixes #53989
2018-10-04 17:23:07 +02:00
Joao Moreno 5f7e387715 tree test: setChildren on expanded, unrevealed node 2018-10-04 15:45:40 +01:00
Joao Moreno 042eef08b6 Revert "remove flex from splitview"
This reverts commit 4db611a466.
2018-10-04 15:29:56 +01:00
Joao Moreno 6c24b5d4d6 tree test: setChildren on collapsed node 2018-10-04 15:29:36 +01:00
isidor e7d39fc62d debugEditorModelManager: remove -range css classes, we use editor selection to highlight 2018-10-04 16:11:19 +02:00
Christof Marti bc8a3ef204 Revert "Vertically align welcome checkbox with text"
This reverts commit 686e741624.
2018-10-04 15:59:36 +02:00
Christof Marti ce4c9c52d3 Better align with "workbench.commandPalette.preserveInput" (#37932) 2018-10-04 15:57:54 +02:00
Isidor Nikolic 73fee9f51a Merge pull request #59962 from FrederikBolding/issue-59744
Split 'breakpointHasCondition' into two localized strings
2018-10-04 15:41:20 +02:00
isidor 5854177309 debug: polish color names for editor.stackFrameHighlightBackground
#44030
2018-10-04 15:30:01 +02:00
Andre Weinand 744d94ab42 don't try to use non-existing tracker 2018-10-04 13:28:10 +02:00
Joao Moreno a5cbf6a7d4 list setRowLineHeight 2018-10-04 12:21:11 +01:00
Joao Moreno ab734ccf4c tree twistie and contents 100% height 2018-10-04 12:21:11 +01:00
Frederik Bolding aab58cebec Fixed formatting issues 2018-10-04 13:19:18 +02:00
Christof Marti f523fd2036 Fire onDidHide only once (fixes #57852) 2018-10-04 13:10:18 +02:00
Martin Aeschlimann 120c98ca02 statusbar item highlight should start at window edge 2018-10-04 13:02:07 +02:00
isidor b5822be243 Allow themeing of debug single step line highlight
fixes #44030
2018-10-04 12:08:12 +02:00
Frederik Bolding f441229bf3 Split 'breakpointHasCondition' into two localized strings 2018-10-04 11:23:22 +02:00
isidor 84f1d0d438 debug: use debug scheme when parsing paths to uris
fixes #59430
2018-10-04 11:07:12 +02:00
Joao Moreno 0bee1429e1 remove unused code 2018-10-04 10:03:30 +01:00
Joao Moreno 346906edd4 fixes #59950 2018-10-04 10:03:29 +01:00
Christof Marti 7ff8bda7e8 Accept on with selection, work around all items becoming active (#57850) 2018-10-04 10:41:51 +02:00
Christof Marti f45ac28666 Do not clear selection in single-select case (fixes #57850) 2018-10-04 10:41:51 +02:00
Joao Moreno 4db611a466 remove flex from splitview 2018-10-04 09:35:49 +01:00
Joao Moreno 1cac2f9e2c use position relative for all split views
related to #59830
2018-10-04 09:35:49 +01:00
Martin Aeschlimann 792bf8c554 themes: TPromise -> Promise 2018-10-04 09:49:27 +02:00
Joao Moreno ed287f0588 tree: twistie rendering participant 2018-10-04 08:37:29 +01:00
Joao Moreno f036a7686b tree: missing disposeElement calls 2018-10-04 08:37:29 +01:00
pkoushik 038017705e fix #59364 - Review #3 2018-10-04 12:55:24 +05:30
Christof Marti 7be0d1bee7 Not optional 2018-10-04 09:20:10 +02:00
uppe-r 2e00db8383 Add option to only show Welcome page in empty workbench 2018-10-04 09:18:29 +02:00
Benjamin Pasero 8795a9d642 avoid "NanTB" (for #50103) 2018-10-04 08:07:51 +02:00
Benjamin Pasero fc251d651d tpromise => promise (for #53526) 2018-10-04 07:54:47 +02:00