Commit Graph

80097 Commits

Author SHA1 Message Date
Tyler James Leonhardt 08f9bbc239 typo 2021-04-14 17:04:43 +00:00
Andrew Branch fa56f6ea3d Add telemetry for import statement completions (#121243) 2021-04-14 09:59:08 -07:00
rebornix 9afc734800 no nested DOM.schedule. 2021-04-14 09:35:45 -07:00
rebornix 361ba1a823 update scrolling. 2021-04-14 09:35:45 -07:00
rebornix d3394d2177 set maxheight and overflow hidden for output container. 2021-04-14 09:35:45 -07:00
Daniel Imms 304200343e Comment out unused prop 2021-04-14 09:30:59 -07:00
Alex Ross 071b4b3b87 Add override to tasks and tunnels
Part of #120675
2021-04-14 16:38:32 +02:00
Daniel Imms 1351e8c6e4 Add padding to terminal plus button 2021-04-14 07:36:41 -07:00
Ladislau Szomoru 5c74225ab1 Workspace trust transition improvements (#121173) 2021-04-14 14:36:08 +00:00
Daniel Imms 4cf3e89b67 Fix tab widget layout height 2021-04-14 07:34:07 -07:00
Sandeep Somavarapu af1b506662 Merge pull request #121291 from microsoft/sandy081/activitybar/hover
Implement custom hover for activity bar and panel
2021-04-14 16:31:27 +02:00
Daniel Imms 388d40ffc3 Disable escape sequence logging by default 2021-04-14 07:27:39 -07:00
Daniel Imms 94f637a496 Add new terminal with profile button
Part of #120241
2021-04-14 07:13:46 -07:00
Andre Weinand ec579a2c21 Mark server ready extension trusted 2021-04-14 16:12:45 +02:00
Sandeep Somavarapu 6c2ccf8be5 Implement custom hover for activity bar and panel 2021-04-14 16:07:53 +02:00
Daniel Imms b2d002de4b Fix centering, use action bar for +
Fixes #121234
2021-04-14 06:47:44 -07:00
Alex Ross fd640b0b32 Fix tunnel privacy context 2021-04-14 15:45:47 +02:00
João Moreno 20784c13a1 fixes #120981 2021-04-14 15:37:39 +02:00
Daniel Imms 85bf18a6d8 Correctly align plus button on load
Fixes #121228
2021-04-14 06:26:48 -07:00
Daniel Imms ab0809ce86 Clean up terminal tabs widget ctor 2021-04-14 06:22:48 -07:00
Daniel Imms 0ea9221974 Improve plus icon position, style
Fixes #121233
Fixes #121232
2021-04-14 06:20:23 -07:00
Martin Aeschlimann cb8b3ce97b polish remote menu separators 2021-04-14 15:04:35 +02:00
Alex Ross 5371ac58c4 Include virtual workspace check for task type enablment 2021-04-14 15:04:06 +02:00
Andre Weinand 38066c2802 node-debug@1.44.24 2021-04-14 14:53:31 +02:00
Alex Ross 7dd3678adf Change action order in tunnel view order in tunnel view 2021-04-14 14:09:07 +02:00
Alex Ross f15bbef705 Do some magic to pick best label action for ports
Part of microsoft/vscode-remote-release#4826
2021-04-14 13:56:54 +02:00
Benjamin Pasero 94d369e27d backups - explicitly wait for editor group to signal restored when deciding to drop backups or not on shutdown 2021-04-14 13:50:12 +02:00
Benjamin Pasero 5b66335738 perf - change lifecycle phase restored to work differently
Previously the restored and eventually phase would only be reached when all visible editors have loaded.
This means, a slow editor will block a lot of useful workbench contributions from working.
A better approach is to give a bit of time to the visible editors to restore, but then signal the restored and eventually phase anyway.
2021-04-14 13:26:28 +02:00
Martin Aeschlimann 3d276ed5cc vscode API - env. Fixes #121261 2021-04-14 10:46:38 +02:00
João Moreno 907ab317de fixes #120637 2021-04-14 10:42:02 +02:00
Ladislau Szomoru 3ba684ae3a Fix styling issue in the workspace trust editor 2021-04-14 10:09:03 +02:00
Ladislau Szomoru e7934ec243 Moved telemetry into a contribution 2021-04-14 10:02:32 +02:00
Martin Aeschlimann 1317cdbc5d remote: unnecessary separator 2021-04-14 09:59:49 +02:00
João Moreno 02f2f88698 fixes #121248 2021-04-14 09:34:05 +02:00
João Moreno f9490e715c fixes #121162 2021-04-14 09:34:05 +02:00
João Moreno bb19564a84 fixes #121156 2021-04-14 09:34:05 +02:00
João Moreno c2c5b7eaeb fixes #121117 2021-04-14 09:34:05 +02:00
João Moreno 7968e137fe fixes #120840 2021-04-14 09:34:04 +02:00
Benjamin Pasero 4ea838bcce perf - fix issues with how layout restore is handled 2021-04-14 09:18:40 +02:00
Benjamin Pasero 08226f4678 editors - whenCreated => whenReady 2021-04-14 09:18:40 +02:00
João Moreno a09d640311 github auth: improve test env detection
cc @RMacfarlane
2021-04-14 08:59:55 +02:00
Benjamin Pasero b5dfdbe00f editors - some 💄 renames for editor group model 2021-04-14 08:36:17 +02:00
Benjamin Pasero b7b1315457 prefix terminal CSS rules (#121258) 2021-04-14 08:12:11 +02:00
gjsjohnmurray 730d57ed65 fix #120485 hide Open Timeline from Explorer context menu when there are no timeline providers 2021-04-14 01:33:38 -04:00
Eric Amodio c8d5c905bf Fixes git rename on windows 2021-04-14 00:16:03 -04:00
meganrogge 66d0f97544 replace vars to fix build in terminalActions 2021-04-13 19:43:47 -07:00
Jackson Kearl 485d6c3646 Fix double localization 2021-04-13 19:01:15 -07:00
Jackson Kearl f59a77842e Use markdown for link contributions. Ref #120050 2021-04-13 18:33:30 -07:00
Matt Bierner 7a2f901455 Only await for worker ready when setting content 2021-04-13 18:24:34 -07:00
Matt Bierner 1d22f86362 Don't wait until getting content to register service worker 2021-04-13 18:22:49 -07:00