Commit Graph

66607 Commits

Author SHA1 Message Date
isidor dbbf732718 fixes #98963 2020-06-03 15:19:31 +02:00
João Moreno 43f362b448 fixes #96356 2020-06-03 15:19:05 +02:00
Johannes Rieken 5200dcdf38 notebook - reveal cell editor position if outside viewlet 2020-06-03 15:02:44 +02:00
João Moreno 2b8e0a0e3c fixes #97009 2020-06-03 14:52:07 +02:00
Johannes Rieken c9cdd8f9ef fix https://github.com/microsoft/vscode/issues/99150 2020-06-03 14:50:06 +02:00
João Moreno e1484f4b38 fixes #97393 2020-06-03 14:46:01 +02:00
isidor 04c60585ab fixes #99247 2020-06-03 14:43:17 +02:00
João Moreno 38cf89bcb3 fixes #97396 2020-06-03 14:24:40 +02:00
João Moreno 53135aec68 fixes #99008 2020-06-03 14:24:40 +02:00
Benjamin Pasero e6470a9752 screen cheese while previewing icon theme (fix #99032) 2020-06-03 14:11:19 +02:00
Ladislau Szomoru 459b50e7a0 Fix edge case 2020-06-03 14:07:23 +02:00
Sandeep Somavarapu ecafac21db Fix #99122 2020-06-03 13:46:36 +02:00
Ladislau Szomoru efb3ee7bd9 Fix #99022 2020-06-03 13:45:32 +02:00
isidor b03d23d1bd fixes #99124 2020-06-03 13:06:57 +02:00
Johannes Rieken 1c7510ca13 make sure to resolve notebook during cell content provide, https://github.com/microsoft/vscode/issues/99148 2020-06-03 13:01:55 +02:00
Sandeep Somavarapu a80f904d4e log sources 2020-06-03 12:50:55 +02:00
Sandeep Somavarapu 178c52cdcb Fix #99111 2020-06-03 12:46:03 +02:00
Sandeep Somavarapu b17948dbb1 Fix #99082 2020-06-03 12:40:44 +02:00
João Moreno 3b55119a98 fixes #97961 2020-06-03 12:06:43 +02:00
Sandeep Somavarapu 3dd5ce1612 Fix #99100 2020-06-03 12:04:05 +02:00
Sandeep Somavarapu b795a02037 fix sending error code 2020-06-03 12:04:05 +02:00
isidor a605094046 statusBar items use role 'button'
fixes #99042
2020-06-03 11:59:02 +02:00
isidor 9f640d4ebc fixes #99050 2020-06-03 11:55:05 +02:00
Johannes Rieken 375ef990f6 fix https://github.com/microsoft/vscode/issues/99135 2020-06-03 11:26:36 +02:00
Benjamin Pasero 64955f1391 editors - do not notify title when no editors are closing (for #99041) 2020-06-03 11:00:45 +02:00
Johannes Rieken 1434f62614 also feed marker resource into id computation, https://github.com/microsoft/vscode/issues/99140 2020-06-03 10:57:13 +02:00
Alex Ross ce184f3284 Improve description for problemMathcer fileLocation
Fixes #98908
2020-06-03 10:53:52 +02:00
Benjamin Pasero 0917374f8f Splitting from a pinned editor, pins editor (fix #99035) 2020-06-03 10:38:37 +02:00
Benjamin Pasero 560b21efa4 Crash reporter creates two directories (fix #99149) 2020-06-03 10:22:52 +02:00
Martin Aeschlimann 28fb9878b7 Warn when using configurationDefaults without an override property.
fixes #97895
2020-06-03 09:43:05 +02:00
Sandeep Somavarapu d469683f79 Fix #99079 2020-06-03 09:40:58 +02:00
Benjamin Pasero 6e359a9f77 Crash Reporter command doesn't support relative directories (fix #99143) 2020-06-03 09:33:32 +02:00
Benjamin Pasero 1047679bc1 Search files by name does not work (fix #99075) 2020-06-03 09:26:47 +02:00
Benjamin Pasero 1a738653b7 better fix for #99039 2020-06-03 09:02:27 +02:00
Benjamin Pasero 7fe821d6d6 Switching to simple full screen produces a jump (fix #99039) 2020-06-03 08:55:15 +02:00
deepak1556 595d2b9b91 chore: bump electron@7.3.1 2020-06-02 20:52:17 -07:00
Jackson Kearl 41e31c7f3f Use triaage bot PAT 2020-06-02 19:34:07 -07:00
Miguel Solorio 4872a55324 Add better contrast for cell borders in HC (fixes #99185) 2020-06-02 19:24:11 -07:00
Jackson Kearl ebcfdabcba Update latest-release-monitor.yml 2020-06-02 19:13:14 -07:00
Jackson Kearl 1df3bc6372 Update latest-release-monitor.yml 2020-06-02 19:13:02 -07:00
rebornix f8410b439e Fix #99195. 2020-06-02 19:02:04 -07:00
Jackson Kearl 42d1059b4c Add connection string parameter 2020-06-02 19:00:38 -07:00
Jackson Kearl 9ec964f38b Adopt new repository dispatch selectors & latest release monitor action
Bump actions
2020-06-02 19:00:38 -07:00
rebornix 6f97e28dea Fix #98839. 2020-06-02 18:11:51 -07:00
Matt Bierner 6532cc6c8d Don't include duplicate default entries for custom editors
Fixes #99114
2020-06-02 16:46:00 -07:00
SteVen Batten fbe93d13e7 fixes #99103
fixes #99104
2020-06-02 16:03:22 -07:00
Rob Lourens 1767734042 Make esc first cancel selection
Fix #99184
2020-06-02 17:53:37 -05:00
Rob Lourens e8acbb5f38 Get rid of dupe save/quit editing commands
Fix #99110
2020-06-02 17:53:37 -05:00
Matt Bierner 932f26f3c0 Make sure old vscode-resource scheme is still corsEnabled
Fixes #99190
2020-06-02 15:32:00 -07:00
rebornix b812666e2f Custom renderer message is still flaky 2020-06-02 15:14:31 -07:00