Commit Graph
69581 Commits
Author SHA1 Message Date
rebornix ec2dd67ae3 store folding state in cell view model. 2020-08-24 10:51:47 -07:00
rebornix 86593ed18e flex layout and shared metadata component 2020-08-24 10:19:44 -07:00
rebornix 62e2deb931 common metadata editor. 2020-08-21 12:00:16 -07:00
rebornix e906097398 shared layoutInfo. 2020-08-21 11:47:00 -07:00
rebornix b844ec09cd abstract cell renderer 2020-08-21 10:04:00 -07:00
rebornix a3e008ab60 metadata container border 2020-08-20 19:48:20 -07:00
rebornix 4f2820c282 format metadata JSON 2020-08-20 18:09:05 -07:00
rebornix b5c0ab1256 avoid editor pane pushing title bar out of view. 2020-08-20 18:05:42 -07:00
rebornix c24b886d7e expand/collapse metadata 2020-08-20 17:59:00 -07:00
rebornix 7cbc86333a 💄 2020-08-20 17:05:31 -07:00
rebornix 7475ded216 💄 2020-08-20 16:56:08 -07:00
rebornix 14de6bab5d remove unnecessary list view change 2020-08-20 16:54:52 -07:00
rebornix 88a7d66e28 build text diff editor 2020-08-20 16:52:19 -07:00
rebornix 509bc25f02 notebook editor worker service. 2020-08-20 10:53:42 -07:00
rebornix 065fde64cc disable editing on the notebook diff editor. 2020-08-19 12:27:24 -07:00
rebornix a2171a1cb3 isEmbedded. 2020-08-19 12:19:05 -07:00
rebornix fee4dcfb76 💄 2020-08-19 12:15:42 -07:00
rebornix 8b8370b8c3 avoid infinite scrolling 2020-08-19 12:13:14 -07:00
rebornix 367e481747 expose diff editor decorations. 2020-08-19 10:39:51 -07:00
rebornix 366edd28d5 layer breaker 2020-08-17 22:18:04 -07:00
rebornix e62ccab719 minimal list view change 2020-08-17 22:14:01 -07:00
rebornix ba92c47e81 range map provider 2020-08-17 22:04:24 -07:00
rebornix eefe53f072 update css per new layout. 2020-08-17 17:49:11 -07:00
rebornix d320ea51b8 disable contributions in diff editor. 2020-08-17 17:37:25 -07:00
rebornix 79ec737c17 update decorations 2020-08-17 17:33:52 -07:00
rebornix 95de117f27 update creation options 2020-08-17 17:15:03 -07:00
rebornix 624e408a2c allow customize contributions for notebook. 2020-08-17 17:09:40 -07:00
Jackson Kearl eb7a565926 Bump actions 2020-08-17 15:13:04 -07:00
Matt Bierner eea74fd3a4 Only override copy/paste for extension page if webview is focused
Fixes #102979
2020-08-17 14:48:09 -07:00
mtaran-googleandMaksym Taran 76bc88fd9d Ban unreachable code. (#104521)
This changes unreachable code from a warning presented in the editor to an error. Existing issues mostly revolved around switching on enums. These were fixed by converting the switches to use a default case, leaving the behavior unchanged in case of new values (e.g. from separately-compiled extensions) creeping in.

Other cases had to do with the assert.fail() function, which throws and so shouldn't have anything following it.

Co-authored-by: Maksym Taran <maksym.taran@gmail.com>
2020-08-17 14:38:32 -07:00
Sandeep Somavarapu 4cee5da307 Fix #103839 2020-08-17 23:29:23 +02:00
Rob Lourens d28477e20f Force horizontalScrolling=off for SettingsTree
Fix #104843
2020-08-17 14:27:24 -07:00
Rob Lourens 05e0e02751 Fix toolbar only showing up for hovered rows, not focused rows
Fix #104229
2020-08-17 11:54:53 -07:00
Rachel Macfarlane 386fc8c799 Update distro 2020-08-17 10:20:26 -07:00
Robo 11dc5a81ba build: include auth dialog resource (#104841) 2020-08-17 09:40:44 -07:00
Benjamin Pasero 185bf255ad Revert "fix #104698 Make query element of uri survive conflict resolution massaging (#104699)"
This reverts commit 04f2a740c7.
2020-08-17 17:05:30 +02:00
Ladislau Szomoru c8f9d00bb8 Consistent order of running tests 2020-08-17 16:34:00 +02:00
isidor 908af6a089 remove todo 2020-08-17 15:54:17 +02:00
isidor d178b14151 debug: getDebugProtocolBreakpoint: make sure to use the breakpoint id
#99716
2020-08-17 15:48:21 +02:00
Johannes Rieken 37b2494462 chore - mark removeNode as deprecated 2020-08-17 15:15:09 +02:00
John Murray 04f2a740c7 fix #104698 Make query element of uri survive conflict resolution massaging (#104699)
* fix #104698 Make query element of uri survive conflict resolution massaging

* Incorporate PR feedback

* Simplify

* Event simpler, and with comments

* Variant preferred by @bpasero
2020-08-17 15:12:26 +02:00
Sandeep Somavarapu 6344d2f62c Fix #104652 2020-08-17 14:20:29 +02:00
Andre Weinand c233bf87bc add API to access DAP breakpoints; see #99716 2020-08-17 12:30:02 +02:00
Ladislau Szomoru 652a432f59 Set suite name based on the --web parameter (#104798) 2020-08-17 11:51:59 +02:00
isidor 43ceb72582 update distro 2020-08-17 11:49:18 +02:00
Alex Ross 9ee3142777 Tasks from Run Build Task and Run Test Task should be recently used
part of #104714
2020-08-17 11:25:10 +02:00
Martin Aeschlimann 882cfecb39 HTML Tag Syncing Not Breaking on Space. Fixes #103671 2020-08-17 11:04:30 +02:00
Martin Aeschlimann e9cf1507ae onTypeRename code polish 2020-08-17 11:04:30 +02:00
Johannes Rieken 442e27637d clean up for https://github.com/microsoft/vscode/issues/101282 2020-08-17 10:54:04 +02:00
Isidor Nikolic 6ea5e58c23 Merge pull request #104744 from jeanp413/fix-104641
Fixes collapse folders action doesn't work when workspace root folder has just one file child item
2020-08-17 10:29:39 +02:00