Commit Graph

30359 Commits

Author SHA1 Message Date
Sandeep Somavarapu 2db7cebd25 Merge pull request #58591 from Microsoft/sandy081/58434
Introduce --force arg to install extension without prompts
2018-09-13 16:18:10 +02:00
João Moreno bc4c7ccb64 Merge pull request #51235 from 1AmNegan/keybinding-next-change-fix
Center viewport for nextChange/previousChange using keybinding
2018-09-13 15:51:13 +02:00
Alex Dima a43df64f74 Fixes #55415 2018-09-13 15:42:43 +02:00
Alex Dima 22fcd4cfc0 Fixes #22760 2018-09-13 15:24:07 +02:00
Andre Weinand 1007e69a1e support remove event in LoadedScriptes; fixes #57546 2018-09-13 15:13:33 +02:00
Johannes Rieken 55d197914a breadcrumbs - add telemetry for select and open scenarios. 2018-09-13 14:58:05 +02:00
Johannes Rieken f16f8b3677 snippets - 💄 2018-09-13 14:44:11 +02:00
Alex Dima f5600ffa1a Fixes Microsoft/monaco-editor#1063 2018-09-13 13:18:21 +02:00
Andre Weinand 1a1171842a support to return null from resolveDebugConfiguration; fixes #54213 2018-09-13 12:51:05 +02:00
Sandeep Somavarapu 1f11d2017e Merge pull request #58517 from Microsoft/sandy081/51796
Customising activity bar icon colors
2018-09-13 12:50:03 +02:00
Sandeep Somavarapu 1731b1c0ad Focus output panel 2018-09-13 12:49:33 +02:00
Sandeep Somavarapu 63d293ee9c Revert "Focus output panel"
This reverts commit da0b574446.
2018-09-13 12:49:12 +02:00
Sandeep Somavarapu da0b574446 Focus output panel 2018-09-13 12:46:42 +02:00
Benjamin Pasero f8da5375f9 fix #58592 2018-09-13 12:45:08 +02:00
Sandeep Somavarapu 1dd732608f Introduce --force arg to install extension without prompts 2018-09-13 12:14:37 +02:00
Benjamin Pasero 9c882c7c93 fix #36951 2018-09-13 12:01:14 +02:00
Sandeep Somavarapu 1d5d013883 Clean up: remove background colour option from composite bar actions 2018-09-13 11:43:02 +02:00
Sandeep Somavarapu 2abf78e978 Dervie the color while registering 2018-09-13 11:32:06 +02:00
Sandeep Somavarapu 39b0433444 Clean up: Panel provides backgrond and foreground and Activity bar provides foreground 2018-09-13 11:25:25 +02:00
Alex Dima 7465e3a35a Fixes #58254: better logic for restoring top of viewport 2018-09-13 11:03:55 +02:00
Benjamin Pasero 80a9557b4a fix #30770 2018-09-13 10:49:09 +02:00
Benjamin Pasero 26d471d479 fix #58520 2018-09-13 10:08:05 +02:00
Martin Aeschlimann cb66c137e0 Merge pull request #58544 from Microsoft/misolori/folding-resize
Allow folding icons to match editor.fontSize
2018-09-13 09:16:36 +02:00
Miguel Solorio 3da2f86e4d Merge pull request #58558 from Microsoft/misolori/list-light-theme
Update Light theme list colors for color contrast
2018-09-12 23:04:56 -07:00
Benjamin Pasero e37c730649 Customizable menu seperator color (#58498)
* remove unused CSS

* Customizable menu seperator color (fixes #56730)

* change wording
2018-09-13 07:54:15 +02:00
Rob Lourens 42ffc0e721 Fix #47036 remove old settings search issue reporting widget 2018-09-12 16:58:15 -07:00
Rob Lourens 13cc8e1b17 SearchView#onQueryChanged 💄 2018-09-12 16:58:15 -07:00
rebornix 96040c84bd Re #27083. Alt+L should still work for selection endcolumn 1. 2018-09-12 16:35:07 -07:00
rebornix ad72078b99 Re #27083. Update search scope once find widget becomes visible. 2018-09-12 16:29:24 -07:00
Alex Ross 9a0937c0a1 Updated find focus tracker for terminal. Fixes #29670 (#58549)
Updated find focus tracker for terminal. Fixes #29670
2018-09-12 16:26:06 -07:00
Miguel Solorio 4b18c0467c Update list focus background to be darker for cc ratio 2018-09-12 16:06:01 -07:00
Miguel Solorio 7f41255769 Update list colors for our light theme to pass color contrast ratio 2018-09-12 16:06:01 -07:00
Miguel Solorio 0e6535353a Merge pull request #58229 from Microsoft/misolori/suggest-widget-colors
Update editorWidget.background color
2018-09-12 15:34:40 -07:00
rebornix 1f0afd63ed Re #27083. Find in selection should work even if the selection is a single line. 2018-09-12 15:18:57 -07:00
Rob Lourens f9c292f956 Fix #42185 2018-09-12 15:10:41 -07:00
Rob Lourens 7600f66f37 💄 2018-09-12 14:57:18 -07:00
Rachel Macfarlane 46e48e70ed Fixes #58390, Preview in Issue Reporter opens the browser behind it 2018-09-12 14:55:26 -07:00
Sandeep Somavarapu 13ee7599f5 Fix #42300 2018-09-12 23:50:14 +02:00
Andre Weinand 93aac9fa9f better isElectron check 2018-09-12 23:29:11 +02:00
Miguel Solorio 9bf7c8dde3 Vertically center actions in high contrast mode 2018-09-12 14:25:12 -07:00
Sandeep Somavarapu 8d568f0e6a Fix #42443 2018-09-12 23:08:14 +02:00
SteVen Batten 2e213ea76e fix mouse event typo for menu focus 2018-09-12 14:05:31 -07:00
Miguel Solorio a50c804046 Fix #58545, use listActiveSelectionForeground for outline color on selected actions 2018-09-12 14:00:36 -07:00
Sandeep Somavarapu 002bb0bb2f Fix #43568 2018-09-12 22:52:19 +02:00
SteVen Batten bbd753dd3d fixes #58446 2018-09-12 13:50:31 -07:00
Rachel Macfarlane 37898f16d8 Prevent selection on labels in issue reporter, fixes #46843 2018-09-12 13:21:37 -07:00
rebornix 764497b175 Fix #58343. Limit search string auto populate to 524288. 2018-09-12 12:56:11 -07:00
Miguel Solorio 749309442d Fix #9567, add padding for problems peek 2018-09-12 12:54:47 -07:00
Miguel Solorio d0f0cbbaff Adjust background position for decorations 2018-09-12 11:48:36 -07:00
rebornix e40881d2b8 Re #46978. Add command for retriggering word highlight if it is not working. 2018-09-12 11:12:48 -07:00