Commit Graph
73433 Commits
Author SHA1 Message Date
Johannes Rieken 296b20afba Merge branch 'master' into joh/resizeSuggest 2020-10-21 16:56:02 +02:00
Johannes Rieken 7d8f2fa7af less flicker of details widget 2020-10-21 16:52:03 +02:00
João Moreno a27961d843 git: improve status bar message 2020-10-21 16:37:49 +02:00
isidor 58e1c6dcae fixes #108972 2020-10-21 16:36:35 +02:00
Benjamin Pasero 14cd152991 Offer to open workspace in root even when telemetry has been disabled (fix #108669) 2020-10-21 16:20:33 +02:00
Alex Ross 41f396d722 Fix quick input back button 2020-10-21 16:14:43 +02:00
Johannes Rieken daccca75fb only show/layout details when wanted 2020-10-21 16:08:22 +02:00
Johannes Rieken 3d927650cc better guestimate for details size 2020-10-21 15:55:57 +02:00
Alex Dima 522391c3b5 Show an error if the web worker extension host does not start in 10s 2020-10-21 15:36:08 +02:00
Johannes Rieken f63ad1067e only persist what has changed (width or height), not always the full new dimension 2020-10-21 15:27:55 +02:00
Alex Ross 0b148e83db Provide command to get package manager
Fixes #109071
2020-10-21 15:27:18 +02:00
Johannes Rieken 91e148cc57 place details at top or bottom of list 2020-10-21 15:12:43 +02:00
Alex Ross 55bd429f31 Fix file:// URIs in terminal when remote OS is different
Fixes #109076
2020-10-21 13:25:26 +02:00
Benjamin Pasero 55dd6cc519 fix #108977 2020-10-21 12:24:46 +02:00
Benjamin Pasero 724769268e web - change window.confirmBeforeClose to check for keyboard press only by default 2020-10-21 11:53:54 +02:00
Sandeep Somavarapu 90132aee33 #108522 use ReloadWindowAction 2020-10-21 11:44:57 +02:00
Sandeep Somavarapu ad219036a5 extract UserDataAutoSyncEnablementService from UserDataAutoSyncService 2020-10-21 10:28:18 +02:00
Jackson Kearl 6c8c6008ef findInFiles:
excludeSettingAndIgnoreFiles => useExcludeSettingsAndIgnoreFiles
Add args to intelisense registry
Ref #107588.
2020-10-20 17:37:14 -07:00
Jackson Kearl 2fdc8c336c Move to consistent naming for search args.
Closes #108750.
2020-10-20 17:24:13 -07:00
Connor Peet 62db5569b6 Merge branch 'master' of https://github.com/microsoft/vscode 2020-10-21 00:12:10 +00:00
Connor Peet 3d6b06b341 terminal: format issue on linux? 2020-10-21 00:12:00 +00:00
Miguel Solorio f6f4a73a2e Merge pull request #109043 from microsoft/misolori/lighbulb-bg
Add background color to lightbulb widget
2020-10-20 17:07:14 -07:00
Miguel Solorio aac3f9a3fe Merge branch 'master' into misolori/lighbulb-bg 2020-10-20 17:05:20 -07:00
Rob Lourens 5df95abf42 Fix hygiene 2020-10-20 16:55:54 -07:00
Rob Lourens 65bb0ec307 Fix remote integration tests 2020-10-20 16:36:40 -07:00
Connor Peet cbc8d99e90 Merge branch 'master' of https://github.com/microsoft/vscode 2020-10-20 23:09:19 +00:00
Connor Peet 3ccf7adcf7 terminal: add some unit tests for typeahead 2020-10-20 23:09:14 +00:00
SteVen Batten 9e3af791ff fixes #107752 2020-10-20 15:54:15 -07:00
Rob Lourens a6067d7f3d Only reattach to terminals when serverSpawn is enabled 2020-10-20 15:20:49 -07:00
Miguel Solorio 434bbca013 Remove unused variable 2020-10-20 14:59:19 -07:00
Miguel Solorio f0ba6e4a6b Add background color to lightbulb widget 2020-10-20 21:50:26 +00:00
Alex Dima 99b0fba46e Server spawn by default 2020-10-20 22:11:16 +02:00
Alex Dima 8684c6d875 update distro 2020-10-20 22:06:18 +02:00
Alexandru Dima 9aaa79bca5 Merge pull request #109036 from microsoft/remoteTerminalsRestore
Add Remote Terminals Restoring
2020-10-20 21:59:23 +02:00
Alex Dima 709d8bbcda Fix integration tests 2020-10-20 21:58:38 +02:00
Alex DimaandRob Lourens 1892ef16f3 Add Remote Terminals Restoring
Co-authored-by: Rob Lourens <roblourens@gmail.com>
2020-10-20 21:31:58 +02:00
Connor Peet 2fb8ea0ad1 typeahead: update gdpr fragment 2020-10-20 11:33:48 -07:00
Connor Peet b048c2bad1 typeahead: comment out debug logs 2020-10-20 11:32:38 -07:00
Connor Peet efe6a1e4d7 terminal: move typeahead latency into predictor, add dynamic predictor toggle 2020-10-20 11:29:38 -07:00
SteVen Batten d2a825f57e fixes #102954 2020-10-20 10:53:07 -07:00
Rachel Macfarlane 747ed27409 Tweaks to comment reaction styling 2020-10-20 10:50:54 -07:00
Johannes Rieken 8ddcf56d7c better resize/layout when showing atop 2020-10-20 18:23:39 +02:00
Martin Aeschlimann 05c579b7ba Remove some deprecated code in ./src/vs/base. For #103454 2020-10-20 18:04:18 +02:00
Martin Aeschlimann d5e80397cb [themeService] avoid locations in storage 2020-10-20 18:04:18 +02:00
Alex Ross 65dddce20e Fix back quick input button 2020-10-20 17:11:31 +02:00
Alex Ross cb1dce0ef3 Finalize theme icon color API
Fixes #103120
2020-10-20 17:11:30 +02:00
Matt Bierner 125f83c3f6 Use classList
For #103454
2020-10-20 08:04:06 -07:00
Sandeep Somavarapu 9be5ce54ec add notes 2020-10-20 16:26:39 +02:00
isidor 49d9c8c79b accessibilty: always enable show accessibility help command
fixes #108850
2020-10-20 16:05:53 +02:00
Johannes Rieken 2c23e0c2db "manually" place widget atop or below the cursor 2020-10-20 15:53:55 +02:00