Commit graph

70751 commits

Author SHA1 Message Date
Benjamin Pasero fcb916f02c debt - remove array.first (#103454) 2020-09-16 14:20:25 +02:00
Martin Aeschlimann 02cf31cda7 Duplicated file extension in save dialog. Fixes #106858 2020-09-16 14:11:51 +02:00
Dirk Baeumer 21d010d6c7 Exclude LSIF files from Git 2020-09-16 13:50:44 +02:00
Dirk Baeumer 2787b25873 Update distro commit id 2020-09-16 13:50:30 +02:00
Benjamin Pasero 76156dd0e4 web - 🆙 version 2020-09-16 13:43:36 +02:00
Benjamin Pasero 955abaef00 🆙 distro 2020-09-16 13:41:59 +02:00
Sandeep Somavarapu cf30c0478f remove deprecated builtinExtensionsServiceUrl api 2020-09-16 13:41:39 +02:00
Benjamin Pasero 9904d73c82 debt - avoid node.js path module 2020-09-16 13:39:47 +02:00
Benjamin Pasero 8f9f454231 sandbox - avoid direct use of node.js OS module 2020-09-16 13:38:04 +02:00
Sandeep Somavarapu 2c674e3994 update distro 2020-09-16 13:36:33 +02:00
Sandeep Somavarapu 20dd07ae66 support web overrides for configuration sync store 2020-09-16 13:36:33 +02:00
Sandeep Somavarapu 67bd821c07 control selecting settings service through canSwitch property 2020-09-16 13:36:32 +02:00
Benjamin Pasero f3bf1d1778 fix type 2020-09-16 12:43:11 +02:00
Benjamin Pasero 593e17873d sandbox - make timer service available in electron-sandbox
cc @jrieken
2020-09-16 12:41:31 +02:00
Benjamin Pasero add7bbfaa3 sandbox - use preload safe process in workbench common props 2020-09-16 12:41:31 +02:00
Alex Dima 135b38e3a4
Fixes #106740: Improve description message 2020-09-16 12:16:53 +02:00
Alex Dima 2441447b02
Fixes #106524: Normalize AND expressions with a single operand 2020-09-16 12:10:46 +02:00
Benjamin Pasero 30143ab81b debt - move workbench telemetry properties to workbench 2020-09-16 11:58:40 +02:00
Benjamin Pasero 13356e24ec sandbox - lift configuration export helper to electron-sandbox 2020-09-16 11:58:40 +02:00
Benjamin Pasero a167a4a354 sandbox - lift UserDataAutoSyncService to electron-sandbox 2020-09-16 11:58:40 +02:00
Benjamin Pasero 7c90b16f27 sandbox - lift remoteAuthorityService to electron-sandbox 2020-09-16 11:58:40 +02:00
Benjamin Pasero 11275a9338 sandbox - lift ExtensionTipsService to electron-sandbox 2020-09-16 11:58:40 +02:00
Benjamin Pasero ff3217b85d sandbox - lift iframeWebviewElement to electron-sandbox
cc @mjbvz
2020-09-16 11:58:40 +02:00
Sandeep Somavarapu bedc2bf602 sync telemetry opt out key 2020-09-16 11:36:09 +02:00
Alex Ross 10c7db89ee
Add color to ThemeIcon (#106491)
Part of #103120
2020-09-16 11:20:52 +02:00
Benjamin Pasero c6cada990b crypto - asyncify checkum method and add tests 2020-09-16 11:04:46 +02:00
Nicholas Rayburn 1562816430
Replace 'master' with branch head when publishing to github (#105878) 2020-09-16 11:02:03 +02:00
Benjamin Pasero 70953ac5de debt - adopt IPC utilities for chokidar watcher service 2020-09-16 10:40:19 +02:00
Martin Aeschlimann 795b0dba8d [css/json/html] update service (use vscode-nls@5.0) 2020-09-16 10:32:40 +02:00
MoQ93 17cdb69891
Allow empty tag message in git (#106751) 2020-09-16 10:22:19 +02:00
Benjamin Pasero f62d21ce88 debt - adopt IPC utilities for nsfw watcher service 2020-09-16 10:07:56 +02:00
Johannes Rieken ec415d5a8b nowrap whitespace, trim code lens titles, fixes https://github.com/microsoft/vscode/issues/106718 2020-09-16 09:54:26 +02:00
isidor f1920776b4 debugging paused: first read file name and line number 2020-09-16 09:44:10 +02:00
Benjamin Pasero 8b39eef4cf 💄 tab colors 2020-09-16 09:08:59 +02:00
Sandeep Somavarapu 5ed3db7107 Fix #106394 2020-09-16 08:59:49 +02:00
Sandeep Somavarapu 7adac5e78f Fix #106393 2020-09-16 08:55:33 +02:00
Benjamin Pasero 9dc00c63ef tabs - remove redundant options listener 2020-09-16 08:21:58 +02:00
Sandeep Somavarapu 9e50567567
Merge pull request #106560 from microsoft/sandy081/web-playground/login
Enable authentication in web playground
2020-09-16 06:07:00 +02:00
Sandeep Somavarapu 17db0e5101
Merge branch 'master' into sandy081/web-playground/login 2020-09-16 06:01:17 +02:00
Rob Lourens d25064ba8a
Merge pull request #104694 from microsoft/roblou/reparentContextKeyServices
Implement reparenting ScopedContextKeyServices
2020-09-15 21:29:09 -05:00
Rob Lourens 674d8efa76 Add unit test for ContextKeyService 2020-09-15 17:48:22 -05:00
SteVen Batten b91c581dd9 bump windows registry version 2020-09-15 15:36:52 -07:00
Eric Amodio 0eee546cc5 Fixes issue with codicons in sub-menus 2020-09-15 17:46:23 -04:00
Rob Lourens 1406eab8d1 Remove invokeWithinContext from notebook in favor of PR #104947 2020-09-15 16:13:52 -05:00
Rob Lourens 545414b668 - Implement reparenting ScopedContextKeyServices
- Give NotebookEditorWidget its own ScopedContextKeyService
- Give the title control a way to get the context key service inside any editor
Fix #99318
2020-09-15 16:11:21 -05:00
Sandeep Somavarapu fd94d159fd
Merge branch 'master' into sandy081/web-playground/login 2020-09-15 22:53:44 +02:00
Rob Lourens 0c76cd734e Fix missing maxHeight on replace input
Fix #105421
2020-09-15 15:41:43 -05:00
Sandeep Somavarapu ccf1c4b506
Merge branch 'master' into sandy081/web-playground/login 2020-09-15 22:20:11 +02:00
Daniel Imms 589a4aefaa Update distro 2020-09-15 13:08:44 -07:00
Daniel Imms d54d738894 xterm@4.10.0-beta.4
Part of #98918
2020-09-15 12:54:50 -07:00