Commit graph

71231 commits

Author SHA1 Message Date
Christof Marti f48da22bdf
Update README.md 2020-09-30 09:16:06 +02:00
Johannes Rieken 426dbaeafe fix startup timings computation in timer service 2020-09-30 08:57:57 +02:00
Benjamin Pasero b26d4316f1 editors - add a bit more clarifying docs 2020-09-30 08:54:21 +02:00
Benjamin Pasero 0c50e1db17 @sbatten keep the build green please 2020-09-30 08:03:36 +02:00
Rob Lourens bfff8243c5 Limit scope when SettingTree focus context is applied
Fix #107745
2020-09-29 21:54:34 -07:00
Rob Lourens c057a06206 Don't set special setting link format in aria-label
Fix #107664
2020-09-29 21:54:34 -07:00
Matt Bierner 706857dfa5 Pass executingFilePath to TS server 2020-09-29 17:59:29 -07:00
Matt Bierner 6ef40a891b Disable TS plugins on web 2020-09-29 17:59:29 -07:00
Matt Bierner ee536909df Enable logging for TS Server on web
The web server does not have a log file
2020-09-29 17:59:29 -07:00
rebornix 07589030eb get contributed notebook provider with the right view type. 2020-09-29 17:26:14 -07:00
Matt Bierner 68c8f83b38 Remove extra constructor 2020-09-29 16:26:29 -07:00
Rob Lourens 20b9010c39
Update README.md 2020-09-29 16:20:51 -07:00
Sandeep Somavarapu 7d57a8f6f5 - do not show more than one exe base recommendation
- exe base recommendation should not hide current recommendation
2020-09-29 22:30:13 +02:00
SteVen Batten be89f7901c rename 2020-09-29 11:40:16 -07:00
SteVen Batten 75272ee581 move endgame notebooke 2020-09-29 10:53:12 -07:00
SteVen Batten 44cd620f57 update pkg json 2020-09-29 10:28:47 -07:00
Connor Peet 12c3676203
debug: update js-debug
Fixes https://github.com/microsoft/vscode/issues/107642
2020-09-29 08:58:25 -07:00
Benjamin Pasero 244934ed10 fix #107652 2020-09-29 16:59:52 +02:00
Sandeep Somavarapu 29a999424b use time interval trigger instead of window open, also fix using correct maps 2020-09-29 16:42:58 +02:00
isidor 1287f6b14a remove console.log statement
fyi @tyriar
2020-09-29 15:13:47 +02:00
isidor 774336d9a7 fixes #107670 2020-09-29 14:26:17 +02: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