Commit Graph
73433 Commits
Author SHA1 Message Date
Benjamin Pasero ae0dbb397d 💄 desktop => native 2020-08-31 08:54:35 +02:00
Benjamin Pasero ecdf439034 💄 use path label when presenting paths to user 2020-08-31 08:21:26 +02:00
Eric Amodio f66741dc2b Bumps version of github-browser 2020-08-30 23:09:41 -04:00
Alexandru Dima 61d8097124 Merge pull request #104181 from eltociear/patch-3 2020-08-30 22:26:39 +02:00
Alexandru Dima acf79d95b6 Merge pull request #103485 from cipacda/master 2020-08-30 22:24:54 +02:00
Alex Dima c89f8ff0f2 small style change 2020-08-30 22:24:05 +02:00
Alexandru Dima 4f2668513b Merge branch 'master' into master 2020-08-30 22:20:09 +02:00
Alexandru Dima 70782eb315 Merge pull request #103336 from bmalehorn/bm/profile-sort 2020-08-30 22:18:19 +02:00
Alexandru Dima 1e329e2022 Merge pull request #105685 from microsoft/alex/numeric-font-weight
Add numeric values support for editor.fontWeight
2020-08-30 21:08:01 +02:00
IllusionMH 5f31c7105d Add numeric values support for editor.fontWeight 2020-08-30 21:00:32 +02:00
Alexandru Dima 3a6966f98b Merge pull request #104953 from microsoft/eamodio/diff-context 2020-08-30 18:59:30 +02:00
Alex Dima b4eb8cfac3 Fix event listening 2020-08-30 18:58:15 +02:00
Alex Dima 791e3d4ed0 Merge remote-tracking branch 'origin/master' into eamodio/diff-context 2020-08-30 18:52:01 +02:00
Alex Dima 33027a2331 Log an error with the active extensions when the extension host crashes 2020-08-30 18:48:21 +02:00
Alex Dima 03cd68f838 Fixes #104898 2020-08-30 17:12:22 +02:00
Andre Weinand 936211bbcd use absolute path for 'env'; fixes #105642 2020-08-30 16:59:29 +02:00
Eric Amodio a87c4fa090 Removes unused import 2020-08-30 01:39:38 -04:00
Eric Amodio 5e457c791c Ensures titleDescription is always next to title 2020-08-30 01:13:07 -04:00
Eric Amodio edbf435008 Fixes #104508 - adds 2px for window border 2020-08-30 00:30:10 -04:00
Sandeep Somavarapu b96ce60e2d #103405 check if sync is on 2020-08-29 12:14:46 +02:00
Sandeep Somavarapu a8cb99a6b1 Fix #103405 2020-08-29 11:09:32 +02:00
Sandeep Somavarapu 113fea1d2e Fix #103238 2020-08-29 11:08:52 +02:00
Sandeep Somavarapu 292c8574c7 show web extensions in a separate section 2020-08-29 09:49:29 +02:00
Rob Lourens aa71228026 Restore previous focus and DOM focus when undoing a cell insertion
Fix #99151
2020-08-28 18:17:27 -07:00
Rob Lourens 6a8c04d040 Show cell border with focus within the list, not on the list 2020-08-28 18:16:34 -07:00
Rob Lourens 054395c153 Only show cell focus border when the notebook editor is focused 2020-08-28 17:43:39 -07:00
Rob Lourens c6e64d2217 Resolve relative image paths in markdown output
Fix #104529
2020-08-28 16:32:30 -07:00
Rob Lourens b9f03c8c4a Change cell collapse keybindings
Fix #104860
2020-08-28 15:47:18 -07:00
Rob Lourens 37b438fe9a Avoid race conditions in handling webview output changes, queue all processing 2020-08-28 15:19:43 -07:00
rebornix f56b64cffb do not trigger outputs change when there is no real change. 2020-08-28 13:55:52 -07:00
rebornix d3a5dd9d4b re #102503. reveal range 2020-08-28 13:23:28 -07:00
rebornix 637d782c7b re #102503. visible range change events. 2020-08-28 12:06:21 -07:00
isidor fdf29107ad repl: simplify filter work 2020-08-28 18:33:49 +02:00
Sandeep Somavarapu f03b141942 add web extensions filter 2020-08-28 18:03:31 +02:00
Johannes Rieken 807eb37826 make sure replaceOutput updates the extension host side, update tests https://github.com/microsoft/vscode/issues/105283 2020-08-28 17:59:10 +02:00
Johannes Rieken a3f414cf5a add some integration tests for notebook editing, https://github.com/microsoft/vscode/issues/105283 2020-08-28 17:59:10 +02:00
isidor dd3e9ee04b repl: cmd + f to focus filter 2020-08-28 17:52:49 +02:00
rebornix 208fe75f0c show revert only in diff editor. 2020-08-28 08:51:54 -07:00
Benjamin Pasero 513807b0e4 web - improve window indicator 2020-08-28 17:50:39 +02:00
rebornix 0ffdb5ac51 fix #105576. 2020-08-28 08:48:41 -07:00
Sandeep Somavarapu 6384e32468 fix tests 2020-08-28 17:31:10 +02:00
Benjamin Pasero c393e6a3a9 debt - use some "import type" syntax to ensure the module is not getting loaded 2020-08-28 17:22:19 +02:00
Martin Aeschlimann 8a3a3d853f HC theme not kept when starting VSCode with HC theme enabled in OS. Fixes #105489 2020-08-28 17:21:36 +02:00
Benjamin Pasero e8817784f2 themes - distinguish between OS HC and autodetect HC 2020-08-28 17:01:19 +02:00
Sandeep Somavarapu b4216c0fc2 update distro 2020-08-28 16:42:11 +02:00
Sandeep Somavarapu a8603d43ac Fix #102823 2020-08-28 16:40:55 +02:00
mjcrouch 6a112d1893 Clear list of created groups once they are added
This prevents them being re-added again next time
fixes #105483
2020-08-28 14:25:03 +01:00
isidor 489672365e Expose the contribution.menus for Variable view
fixes #70377
2020-08-28 15:07:25 +02:00
Johannes Rieken 5b8aeeb1f0 copy paste is hard... 2020-08-28 15:00:52 +02:00
Johannes Rieken bc3b0defe0 use extensionUri and joinPath instead of asAbsolutePath 2020-08-28 14:57:20 +02:00