Commit Graph

71211 Commits

Author SHA1 Message Date
gjsjohnmurray
4e00a9b1a5 fix #106487 Contribute an "activating" placeholder message and button 2020-09-29 15:23:07 +01:00
Johannes Rieken
4c72203007 update inbox notebook 2020-09-29 12:58:23 +02:00
Sandeep Somavarapu
ec0d469455 Fix #107660 2020-09-29 11:33:20 +02:00
Alex Dima
0580328b72 - CSP: force https only when outer page is on https too
- bring back wrapping the web worker in an `<iframe>` by default
2020-09-29 10:09:49 +02:00
Benjamin Pasero
8348d2fd5e adopt a bit more uriIdentityService 2020-09-29 09:45:15 +02:00
Johannes Rieken
3593945feb final newline 2020-09-29 09:08:58 +02:00
Benjamin Pasero
9de65ab77e try to fix build 2020-09-29 08:46:56 +02:00
Benjamin Pasero
37b95c5abe Revert "debug: update js-debug"
This reverts commit 4384157c08.
2020-09-29 07:47:06 +02:00
Connor Peet
4384157c08 debug: update js-debug 2020-09-28 22:02:37 -07:00
Connor Peet
b2e7c41d64 notebooks: show a more friendly error if preloads fail
Fixes https://github.com/microsoft/vscode/issues/105946
2020-09-28 15:45:57 -07:00
Sandeep Somavarapu
219a470363 remove support for disabling syncing extension from cli 2020-09-29 00:13:11 +02:00
Sandeep Somavarapu
a6dbf4c82c add settings sync enablement handler 2020-09-28 23:56:31 +02:00
Matt Bierner
376ec06341 Replace strings.repeat
Use standard ''.repeat instead
2020-09-28 14:37:33 -07:00
Sandeep Somavarapu
8b49aa8aa7 update distro 2020-09-28 23:14:47 +02:00
Martin Aeschlimann
2ef6c258b0 Merge pull request #107215 from microsoft/aeschli/welcomeViewGroups
groups for viewsWelcome
2020-09-28 14:10:06 -07:00
Sandeep Somavarapu
64be1b4f68 reset last prompted time if skipped 2020-09-28 23:07:06 +02:00
Sandeep Somavarapu
44cfd03a4c update distro 2020-09-28 22:39:39 +02:00
Sandeep Somavarapu
95b93d3fd2 skip exe recommendations if they are recommended already 2020-09-28 22:37:57 +02:00
Sandeep Somavarapu
44fc7336a1 - introduce medium importance exe tips
- recommend them each in every 7 days
- do not recommend exe tip if a window has more than 2 recommendations
2020-09-28 22:37:57 +02:00
deepak1556
7882fc9e29 Revert "chore: bump electron@9.3.0"
This reverts commit 1d7b32b880.
2020-09-28 13:28:38 -07:00
Alex Dima
b4a1029e0f Fixes #107596: Use XDG_RUNTIME_DIR if defined 2020-09-28 22:01:18 +02:00
Arjun Attam
88b3efb573 Update tags for playwright packages 2020-09-28 12:44:38 -07:00
Eric Amodio
cf27cd251d Bumps version of github-browser 2020-09-28 15:23:01 -04:00
Rob Lourens
645c4906e3 Custom dropdown should always stop key event propagation when the keypress is handled #106897
Fix using arrow keys on dropdown in settings editor
2020-09-28 11:33:47 -07:00
Rob Lourens
81d28831fc Move toc outline color registration #106897 2020-09-28 11:23:36 -07:00
Rob Lourens
d8ca481641 Remove toggleClass 2020-09-28 11:10:20 -07:00
Rob Lourens
6e51ec0e91 Clean up tabindex hacking to control tab behavior on settings editor #106897 2020-09-28 10:26:33 -07:00
Rob Lourens
97ff28275b Settings editor 💄 remove setting "index" 2020-09-28 10:26:33 -07:00
Miguel Solorio
4eea30beaa Fix #107393, change dropdown font-size on mac only 2020-09-28 10:24:43 -07:00
Benjamin Pasero
621ff683e8 editors - more EditorResourceAccessor adoption 2020-09-28 18:05:48 +02:00
Benjamin Pasero
062b18dcc4 editors - more getOriginalUri adoption 2020-09-28 17:47:58 +02:00
Benjamin Pasero
b1c54c1483 editors - introduce methods to get canonical vs original URIs and adopt 2020-09-28 17:41:22 +02:00
João Moreno
6bbb3ca37f fixes #107308 2020-09-28 17:31:47 +02:00
Eric Amodio
ad62f09b98 Bumps version of github-browser 2020-09-28 11:19:25 -04:00
Eric Amodio
3d1596c779 Adds cancellation to children fetch to avoid timing issue on refresh (#107407)
This PR fixes #107405
2020-09-28 17:08:10 +02:00
Sandeep Somavarapu
371e543338 Queue recommendations
- show only one at a time
- Priority: File > Workspace > Exe
2020-09-28 16:57:43 +02:00
Benjamin Pasero
c314be267a some 💄 around URI identity method usages 2020-09-28 16:38:20 +02:00
Johannes Rieken
467b3c677c fix startup perf telemetry 2020-09-28 16:38:04 +02:00
João Moreno
0f540688f4 Merge branch 'pr/107318' 2020-09-28 16:33:45 +02:00
João Moreno
5a18ae699c 💄 2020-09-28 16:33:29 +02:00
isidor
f0996cadd4 debug: minor improvements to callstack aria labels
#106091
2020-09-28 16:30:59 +02:00
Chuck Lantz
703d3825a2 Merge pull request #107534 from turara/update-devcontainer-readme
Update Remote-Containers command name in .devcontainer/README.md
2020-09-28 07:17:15 -07:00
Alex Dima
12885e341a Wrap web worker ext host in iframe by default 2020-09-28 16:13:44 +02:00
Benjamin Pasero
6fa1c851ad history - adopt usePreferredResource 2020-09-28 16:10:16 +02:00
Jackson Kearl
3d51bf65ac Remove abstract key-val fsp and make indexedDB fsp operate on Uint8Arrs (#107590)
* Remove abstract key-val fsp and make indexedDB fsp operate on Uint8Arrs

* dont export
2020-09-28 07:04:43 -07:00
isidor
bf53f56995 fixes #107391 2020-09-28 15:52:18 +02:00
Sandeep Somavarapu
b0dc85836f register UserDataSyncStoreManagementService 2020-09-28 15:46:11 +02:00
João Moreno
c2311f2116 Merge branch 'master' into pr/107318 2020-09-28 15:45:15 +02:00
Benjamin Pasero
767edf8430 fix #107446 2020-09-28 15:39:55 +02:00
isidor
9bc6d75b39 fixes #107394 2020-09-28 15:34:51 +02:00