Commit Graph
72149 Commits
Author SHA1 Message Date
Connor Peet dff9be8c95 terminal: fix wrong typeahead rgb codes
Fixes https://github.com/microsoft/vscode/issues/109592
2020-10-28 10:28:53 -07:00
Connor Peet 41eb9e0c4f terminal: clear typeahead predictions on resize
Fixes https://github.com/microsoft/vscode/issues/109584
Fixes https://github.com/microsoft/vscode/issues/109588

Deactivates on resize and will reactivate on the debounce after 100ms
of no input.
2020-10-28 10:28:52 -07:00
rebornix 838eef7371 fix #86929. Range starts at 1. 2020-10-28 10:27:18 -07:00
Sandeep Somavarapu 19bd643bb1 fix tests #109516 2020-10-28 18:26:01 +01:00
Sandeep Somavarapu ab9a242e51 Fix #109516 2020-10-28 18:23:28 +01:00
Raymond Zhao e94a1bd7ef Bump vscode-emmet-helper to 2.0.8 2020-10-28 17:14:33 +00:00
Rachel Macfarlane 9a9de2ad8b Fix #109609, auth dialog can't be shown again after cancel 2020-10-28 09:40:29 -07:00
rebornix 8ec3a3a9b5 fix #83580. 2020-10-28 09:39:47 -07:00
Sandeep Somavarapu 356d9f7862 Fix #109015 2020-10-28 17:10:24 +01:00
Johannes Rieken cf1596bb37 remove/deprecate the editor.suggest.maxVisibleSuggestions-setting, https://github.com/microsoft/vscode/issues/109478 2020-10-28 17:05:08 +01:00
Benjamin Pasero 0ae821e92d auth - some cleanup 2020-10-28 16:49:06 +01:00
João Moreno e8d3a7b8dc fixes #108046 2020-10-28 15:15:47 +01:00
João Moreno 0bdc508b43 fix npe 2020-10-28 15:15:46 +01:00
Sandeep Somavarapu 6e50a96c40 Fix #109512 2020-10-28 14:34:59 +01:00
João Moreno 035d804e2c fixes #108641 2020-10-28 14:34:18 +01:00
Benjamin Pasero e1f85e36a9 proxy - 💄 jsdoc 2020-10-28 14:30:26 +01:00
Benjamin Pasero 3b45829776 Ask again if credentials don't work (fix #109495) 2020-10-28 14:26:48 +01:00
João Moreno d2f51a9839 fixes #108444 2020-10-28 14:21:56 +01:00
Sandeep Somavarapu 5dbb54cab7 💄 2020-10-28 14:17:53 +01:00
João Moreno e69d28703d fixes #108067 2020-10-28 14:15:50 +01:00
Benjamin Pasero 95d6a1209c proxy - ask for login again if it fails (via firstAuthAttempt) 2020-10-28 14:14:17 +01:00
Benjamin Pasero 1b2d596187 proxy - always reply back to main, even if cancelled 2020-10-28 13:59:40 +01:00
Benjamin Pasero e338fc48c9 proxy - always callback even when no credentials are provided 2020-10-28 13:49:20 +01:00
Benjamin Pasero e113cbf297 Scope proxy credentials to proxy host and port (fix #109497) 2020-10-28 13:29:56 +01:00
Benjamin Pasero 38a6870ac2 proxy - allow to use credentials for multiple requests 2020-10-28 13:11:04 +01:00
Johannes Rieken a27b28cbb7 one more fix for the max list height 2020-10-28 12:44:23 +01:00
Johannes Rieken b942a0b6d5 fix suggest details west alignment 2020-10-28 12:24:00 +01:00
Johannes Rieken 6fd760ab99 more jsdoc https://github.com/microsoft/vscode/issues/95209 fyi @sandy081 2020-10-28 12:21:32 +01:00
Johannes Rieken eec071e17d some more jsdoc for setKeysForSync, https://github.com/microsoft/vscode/issues/95209
fyi @sandy081
2020-10-28 12:07:36 +01:00
Martin Aeschlimann 69a9cb047f onDidChangeFoldingRanges should check for proposed API. Fixes #109496 2020-10-28 12:05:58 +01:00
Johannes Rieken b2d76ac31a Merge pull request #109433 from bicstone/menus-sorting-inside-groups
UI items are incorrect order when applying the language pack
2020-10-28 11:57:59 +01:00
Johannes Rieken 7136e8d0c0 fix https://github.com/microsoft/vscode/issues/109578 2020-10-28 11:32:59 +01:00
Johannes Rieken e1aefa250a clear details widget when ending suggest session 2020-10-28 11:26:59 +01:00
Johannes Rieken 11f2d7e8aa fix placement issues with details left and new padding, https://github.com/microsoft/vscode/issues/109447
also fixes an issue with forgotten custom sizes
2020-10-28 11:26:59 +01:00
Johannes Rieken 73ccee41fa Add border around suggest list and its details, https://github.com/microsoft/vscode/issues/109447 2020-10-28 11:26:59 +01:00
Johannes Rieken 45614fbcb9 simplify resizable, https://github.com/microsoft/vscode/issues/109447 2020-10-28 11:26:59 +01:00
Johannes Rieken 88510a8afd fix sashes 2020-10-28 11:26:59 +01:00
Johannes Rieken 2d93b6e638 fix https://github.com/microsoft/vscode/issues/109569 2020-10-28 11:26:59 +01:00
Ladislau Szomoru 4c74e5585a Fix #109509 2020-10-28 11:22:20 +01:00
Sandeep Somavarapu ea0b440c14 set latest version while merging 2020-10-28 11:19:14 +01:00
Fons van der Plas b6a02bb4e2 message "Would you like to stage all chages?" (#109272)
The old message,
```
Would you like to automatically stage all your changes and commit them directly?
```
sounds like clicking _Yes_ will do this _automatically_ from now on, which is not the case. I removed _automatically_.
2020-10-28 11:05:07 +01:00
Benjamin Pasero f951dec301 Untitled file with whitespace causes placeholder title to shrink #109525 2020-10-28 11:03:31 +01:00
João Moreno 9d8d3b269a fixes #109145 2020-10-28 10:55:20 +01:00
João Moreno 5188d40d2b 💄 perf 2020-10-28 10:46:39 +01:00
João Moreno cda6c03039 fixes #109573 2020-10-28 10:46:39 +01:00
Benjamin Pasero ce9ebb49ad Notifications no longer detect duplicates if rapidly firing (fix #109504) 2020-10-28 10:45:04 +01:00
Sandeep Somavarapu 3e97229e11 Fix #109543 2020-10-28 10:31:27 +01:00
João Moreno 3693855a8a 💄 2020-10-28 10:18:22 +01:00
Benjamin Pasero c2844f9e7e web - clarify window.confirmBeforeClose setting 2020-10-28 09:34:02 +01:00
Sandeep Somavarapu 7b3516acd4 Fix #109513 2020-10-28 08:40:58 +01:00