Commit graph

69650 commits

Author SHA1 Message Date
Benjamin Pasero f0f223a1f1 💄 binary file editor 2020-08-13 09:45:04 +02:00
Rob Lourens 34dee12ff3 MOVE_EDITOR context not used when dragging between groups
Fix #104535
2020-08-12 22:14:07 -07:00
Daniel Imms f7f05dee53 Don't require creationOptions to be the same object
Fixes #102950
2020-08-12 17:02:40 -07:00
SteVen Batten c12abc9bb4 fixes #104448 2020-08-12 17:01:08 -07:00
Connor Peet 49924e7ba0
debug: improve self-host debug configurations
https://github.com/microsoft/vscode/issues/100368
2020-08-12 16:41:11 -07:00
Daniel Imms 9a2696d391 Don't fire onDidChangeTerminalDimensions when cols/rows is 0
Fixes #83778
2020-08-12 16:33:55 -07:00
Leila Pearson 5fb7d2aa2f Compare full filenames
This change fixes issue #99955

When comparing file and folder names, after grouping  by type if applicable, compare the full name all at once instead of separately
comparing the name and the extension.

This change makes filename comparisons work the same as they
do in the Mac File Explorer and the same as a standard locale-based
sort with the numeric option (a form of natural sort) enabled.

Windows File Explorer has a different sort order due to treating the
dot character differently. Many terminal programs and sites like
github also differ, using a unicode-sort instead of a locale-based sort.
2020-08-12 16:33:14 -07:00
Daniel Imms c80b8a3318 Fix wrapping overflow when up against the edge
Fixes #104508
2020-08-12 16:18:37 -07:00
SteVen Batten bf5bb7fc61 push SCM above added panes by default 2020-08-12 16:07:04 -07:00
SteVen Batten b51f344771 don't use tranlate3d in notebooks for custom menus
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
Co-authored-by: rebornix <penlv@microsoft.com>
2020-08-12 15:33:38 -07:00
Eric Amodio 7f37c2ec27 Better alignment fix of items w/ icons
Items with an icon that belong to a parent with an icon, but have siblings with children but without icons should now be aligned properly
2020-08-12 18:11:31 -04:00
Connor Peet 3e9c6eafd6
debug: fix parent session badge not hiding correctly
Fixes https://github.com/microsoft/vscode-js-debug/issues/664
2020-08-12 14:44:06 -07:00
Brigit Murtaugh fa0a611063
Merge branch 'master' into bamurtaugh/install-debug-extension 2020-08-12 14:37:38 -07:00
Eric Amodio 467f014634 Removes rogue onFileSystem activation 2020-08-12 16:57:40 -04:00
rebornix edcc70c8a3 💄 2020-08-12 13:48:53 -07:00
Rob Lourens 4d77523642 Add context menu to notebook cells
Also make inline actions always show up in the overflow menu as well
Fix #103920
2020-08-12 13:46:07 -07:00
Eric Amodio 4a67f133c8 Removes short-circuit that causes mis-alignment 2020-08-12 16:41:54 -04:00
rebornix 8c1aa16f4b fix #102156. 2020-08-12 13:34:15 -07:00
rebornix 37697bc556 fix #104128. 2020-08-12 13:24:43 -07:00
rebornix 7d9f54c96e add join cell above into toolbar context menu 2020-08-12 13:24:43 -07:00
Brigit Murtaugh cfa0e31680
Merge branch 'master' into bamurtaugh/install-debug-extension 2020-08-12 12:58:42 -07:00
Jackson Kearl e4a77a8009 Fix #100328: search view: preserve last focused item 2020-08-12 12:39:13 -07:00
chrisdias ff5a252d06 update distro 2020-08-12 12:28:41 -07:00
Brigit Murtaugh a6e9a6a2ba
Merge branch 'master' into bamurtaugh/install-debug-extension 2020-08-12 11:51:23 -07:00
bamurtaugh 0f477731e6 Use dependency injection 2020-08-12 11:50:42 -07:00
Rachel Macfarlane 01bf31e1bf Make accounts toggle consistent with other menu items, fixes #104512 2020-08-12 11:46:59 -07:00
Jackson Kearl 44dc166c13 Formatting ref #104400 2020-08-12 11:44:35 -07:00
Jackson Kearl 9c1df268e3 Fix #104400: Maxed-out searches gives different results with context lines 2020-08-12 11:42:14 -07:00
Martin Aeschlimann 57cb7024d7
Merge pull request #104468 from orionlee/theme_dimmed-monokai_markdown_styling
Dimmed Monokai theme - improve markdown support
2020-08-12 11:30:42 -07:00
SteVen Batten 5ab91a926f fixes issue with dropdowns in lists 2020-08-12 11:24:02 -07:00
Rob Lourens 2c5cae3813 Add "insert cell" submenu 2020-08-12 10:59:58 -07:00
Rachel Macfarlane fe4d4f7d02 Show validation message on empty fields in issue reporter, fixes #104472 2020-08-12 10:47:43 -07:00
Jackson Kearl 16adb5bdf1 Bump actions 2020-08-12 10:39:35 -07:00
Daniel Imms 115d7cfff5 Allow hover x to be overridden
Fixes #104058
2020-08-12 10:28:23 -07:00
Jackson Kearl 0b03a79adf actually use 80 for ping (mistakenly went full send to 60) 2020-08-12 10:12:56 -07:00
Jackson Kearl eeae1ae6c4 Bring ping days down to 80.
Getting close to final taarget! (60)
2020-08-12 10:00:35 -07:00
Jackson Kearl 784f7bbb67 Add token to needs more info closer 2020-08-12 09:47:50 -07:00
isidor f04ef75438 debug: register contributions only once debug adapter extension got registered 2020-08-12 18:47:34 +02:00
isidor 8943ec4bf3 restructure debug.contrubtion.ts into logical registration parts 2020-08-12 18:47:34 +02:00
Miguel Solorio 7b1bfa1335 Preserve custom webview file icon in HC (fixes #104434) 2020-08-12 09:42:55 -07:00
Martin Aeschlimann edd867f141
Merge pull request #103677 from amagupta-collab/empty-line-wrap-fix
empty-line-wrap-fix
2020-08-12 08:59:13 -07:00
isidor 1b2939783c debug registration: futher simplify debug.contribution.ts 2020-08-12 17:43:45 +02:00
isidor 96f32b8d41 debug: move debugColors to separate file 2020-08-12 17:35:10 +02:00
isidor c6c9d5b41f debug: more precise computatino of top stack frame call stack decoration 2020-08-12 17:13:33 +02:00
isidor e3a0f6a9e3 debug: use cancellation tokens for stackTrace aslo
fixes #103611
2020-08-12 16:48:14 +02:00
Johannes Rieken 1b0d4db60c use $-prefix for IPC functions only 2020-08-12 16:26:49 +02:00
Johannes Rieken af3c1cfdef maybe maybe for https://github.com/microsoft/vscode/issues/104485 2020-08-12 16:19:47 +02:00
Johannes Rieken 26605048ea 💄 forof over foreach 2020-08-12 16:16:00 +02:00
Johannes Rieken 0da75b92c0 notebooks - use ResourceMap 2020-08-12 16:16:00 +02:00
Benjamin Pasero e3dc5a339c Startup error dialog closes immediately (fix #104493) 2020-08-12 15:56:47 +02:00