Commit graph

72291 commits

Author SHA1 Message Date
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
Sandeep Somavarapu 8d5b0a3da3 Fix #109537 2020-10-28 08:38:12 +01:00
deepak1556 bb16786cff fix: crash reproter arguments appeneded after '--' marker
Fixes https://github.com/microsoft/vscode/issues/108806
2020-10-27 21:24:23 -07:00
Rob Lourens a9bbd0c09c Fix terminal stealing focus from the multistep quick pick.
This is a little weird. onDidFocus is based on a focus tracker,
but the focus() method is called when the terminal is actually expected
to take focus.
Fix #109538
2020-10-27 17:47:20 -07:00
SteVen Batten 949c3e089b fixes #109305 2020-10-27 17:05:30 -07:00
Rob Lourens 4edcd16944 Rename new terminal setting 2020-10-27 16:44:40 -07:00
Rob Lourens 5572cbf5c5 Bump distro 2020-10-27 16:36:49 -07:00
Jackson Kearl f80e33278f Reduce markdown render passes from N+2 to N for N interactive playground cells.
Fixes #108310.
2020-10-27 16:28:50 -07:00
Connor Peet b97bb4e8b9
terminal: ensure output is flushed before predicting backspaces 2020-10-27 15:10:17 -07:00
Connor Peet f82ff2194f
terminal: flush terminal buffer before acquiring typeahead cursor 2020-10-27 15:00:11 -07:00
meganrogge 7b173fac62 change ctrl/cmd to alt key 2020-10-27 14:56:11 -07:00
meganrogge 91136807e8 fixes #109436 2020-10-27 14:27:08 -07:00
SteVen Batten 3b403f105c refs #102954 2020-10-27 21:05:02 +00:00