Commit graph

55505 commits

Author SHA1 Message Date
Benjamin Pasero 23956cc5e2 update to electron 6.0.x (#81644)
* update to electron 6.0.x

* chore: bump electron@6.0.12
2019-10-10 12:26:28 -07:00
Miguel Solorio 41db44ff34 Fix #68453 2019-10-10 12:19:28 -07:00
SteVen Batten 346416d6c2 only left click on menubar
fixes #81954
2019-10-10 12:10:20 -07:00
SteVen Batten e8d9892d20 panel pref dimensions
fixes #82018
2019-10-10 12:00:02 -07:00
Miguel Solorio b1190cb5d0 Don't allow dirty state button to be clicked when running without close button 2019-10-10 11:39:24 -07:00
Miguel Solorio 80dc6d1067 Show dirty state icon when tabCloseButton is off 2019-10-10 11:09:45 -07:00
Daniel Imms 7816110c15 Specify exact icon path for deb desktop
Fixes #71942
2019-10-10 11:05:37 -07:00
Jackson Kearl c3e909d5a5
Separate HTML for selection inner corners from remainder of selection (#82182)
* Separate inner corners from remainder of selection
Fixes #77777.

* code style
2019-10-10 09:53:51 -07:00
Joao Moreno afa911d942 scm: make tree rendering opt-in via proposed API
fix #82203
2019-10-10 18:37:38 +02:00
Joao Moreno e80d909439 scm: don't use ResourceTree model if view mode is List
related to #82203
2019-10-10 18:37:38 +02:00
Miguel Solorio 675c8d8ec4 Fix #51816 2019-10-10 09:15:18 -07:00
Alex Ross 7e57821af2
Terminal and part of the debug changes needed to respond to cancelling a prelaunch task (#82255)
Part of #81768
2019-10-10 17:30:48 +02:00
Daniel Imms 1dd67cb2ce
Merge pull request #82103 from nikeee/fix-executable-bits
Remove executable bits from non-executable files
2019-10-10 07:57:26 -07:00
isidor 7152672e3f debug commands: better fix for checking if threadId is a number 2019-10-10 16:47:27 +02:00
Alex Dima f51b40808a
Fixes #49305: Call preventDefault on mouseup event for middle button when selectionClipboard is turned off 2019-10-10 16:46:07 +02:00
Johannes Rieken db3dd377f0 debt - migrate suggest filtered types setting to many dot form 2019-10-10 15:43:34 +02:00
Johannes Rieken fcd4e09fd4 make overwrite suffix the default, #10266 2019-10-10 14:26:04 +02:00
Johannes Rieken 3a626d89a0 shift+tab/shift+enter overwrite suffix when accepting a completion, #10266 2019-10-10 13:39:47 +02:00
Alex Ross 13dc6f18ac Add setting to turn off problem matcher prompt
Fixes #62728
2019-10-10 13:14:45 +02:00
Alex Dima b6138b9526
Fixes #80825: Use   only on Windows 2019-10-10 12:56:13 +02:00
Benjamin Pasero 2703975994 Make it easier to tell which status item will be disabled in context menu (fix #76544) 2019-10-10 12:53:58 +02:00
isidor e6af73db94 debugCommands: check if threadId is number before using it 2019-10-10 12:23:38 +02:00
Alex Dima 9f0d6a6d17
Yield every 1 ms from tokenization (fixes #40681) 2019-10-10 11:53:02 +02:00
Benjamin Pasero dd9fe15849 notifications - hide toasts when filter is on 2019-10-10 11:49:00 +02:00
Alex Dima 76db3ee4b7
Use setImmediate for yielding from tokenization 2019-10-10 11:45:37 +02:00
isidor ad3267819b zen mode: silentNotifications 2019-10-10 11:44:54 +02:00
Martin Aeschlimann d32da8db59 [folding] configure plain text to use offSide folding. Fixes #73444 2019-10-10 11:40:14 +02:00
Joao Moreno e5cb7e9d2e fixes #81361 2019-10-10 11:39:25 +02:00
Alex Ross 61079a9db5 Fix bad empty string on commandLine in task types 2019-10-10 11:36:27 +02:00
Benjamin Pasero c484b25720 notifications - allow to configure a filter to silence notifications 2019-10-10 11:29:50 +02:00
Johannes Rieken f60e33e182 tweak undo behaviour when inserting suggestion via commit character, fixes #44155 2019-10-10 11:26:31 +02:00
Martin Aeschlimann a8ec0bb74d Upgrading a theme currently requires a window reload. For #73306 2019-10-10 11:00:12 +02:00
Joao Moreno 3b473663d9 comment 2019-10-10 10:49:50 +02:00
Joao Moreno 7ab14b67e6 fixes #82212 2019-10-10 10:40:55 +02:00
Benjamin Pasero c0aee71269 native tabs require macOS 10.13 at least 2019-10-10 10:25:04 +02:00
Johannes Rieken 52fc24aad3 add outline.filteredTypes setting, #53034 2019-10-10 09:59:04 +02:00
Johannes Rieken 18dcbcc22e add breadcrumbs.filteredTypes-setting, #69279 2019-10-10 09:59:04 +02:00
Martin Aeschlimann 42d95e583b json ls-server readme: typos 2019-10-10 09:26:22 +02:00
Martin Aeschlimann 3da9bcbb78 JSON Language Server 1.2.2 2019-10-10 09:19:26 +02:00
Martin Aeschlimann e921f24fc8 use window.setTimeout 2019-10-10 09:11:46 +02:00
Martin Aeschlimann 8dc5474066 [themes] Debounce color theme selection. Fixes #71616 2019-10-10 08:53:33 +02:00
Miguel Solorio ab7d961f1d Notifications icon polish (#82171)
* Increase '!' icon in info/warning

* Only show notification actions on hover

* Increase notification icon size

* Update icons for notification header actions

* Always show actions in notifications

* notifications  - tweak visibility

* fix enablement
2019-10-10 08:28:18 +02:00
Benjamin Pasero ffaaf4fe0d 💄 2019-10-10 07:47:37 +02:00
Benjamin Pasero 0575dd40d9 improve static argv configuration (#15211) 2019-10-10 07:37:06 +02:00
Miguel Solorio 193fead410 Fix #82192 2019-10-09 20:03:39 -07:00
Rob Lourens c0bd994bc7 Fix PHP indentation rule for 'case'
Fix #81107
2019-10-09 18:30:30 -07:00
SteVen Batten ecb1de1afe update gdpr tag for measurement 2019-10-09 17:27:14 -07:00
Rob Lourens 2da0921c2c Fix #76203 2019-10-09 16:48:03 -07:00
Rob Lourens 7a42d5a6ab Fix #76862 2019-10-09 16:47:35 -07:00
Greg Van Liew 654bf10dbd
Merge pull request #82184 from gregvanl/FindAnIssue
Add a link to Where to Contribute
2019-10-09 16:13:09 -07:00