Commit Graph

70723 Commits

Author SHA1 Message Date
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
Matt Bierner 50e3593171 Add extra guard around when onDidChangeVisibility is fired 2020-09-15 11:27:38 -07:00
Matt Bierner cacb77c0ac Hide webview overflow for webview overlays
Fixes #106612
2020-09-15 11:27:38 -07:00
Matt Bierner c186b3b432 Use Object.assign over our custom assign impl
For #103454
2020-09-15 11:27:38 -07:00
Eric Amodio aa6259c1ca Renames titleDescription to description 2020-09-15 13:23:30 -04:00
Eric Amodio 9d5ecab825 Adds titleDescription to TreeView 2020-09-15 13:23:30 -04:00
rebornix 6887b60949 resolve the right view type of a cell when its containing document is already opened. 2020-09-15 10:03:19 -07:00
Connor Peet 7785f8758c debug: update js-debug 2020-09-15 09:36:50 -07:00
Sandeep Somavarapu a4a9fcb7dd Merge branch 'master' into sandy081/web-playground/login 2020-09-15 17:31:42 +02:00
Johannes Rieken e11391768a When completions show, trigger completions when entering a new word but only from inactive providers, https://github.com/microsoft/vscode/issues/106573 2020-09-15 17:05:11 +02:00
Benjamin Pasero 3c8ed50bdb fix lint
cc @tyriar
2020-09-15 16:36:09 +02:00
Andre Weinand 362b7f3b1e cancel input before executing new command; fixes #106743 2020-09-15 16:34:03 +02:00
Benjamin Pasero e75147368e sandbox - lift remoteExtensionManagementService to electron-sandbox 2020-09-15 16:16:27 +02:00
Benjamin Pasero 9d73e89c77 sandbox - move remote.contribution to electron-sandbox 2020-09-15 16:07:03 +02:00
Benjamin Pasero 593f9c2f2b sandbox - move issue.contribution to electron-sandbox 2020-09-15 16:04:05 +02:00
Benjamin Pasero 0eb897949b sandbox - some cleanup 2020-09-15 15:54:09 +02:00
Benjamin Pasero 1406472d5e sandbox - move extension management service into electron-sandbox 2020-09-15 15:36:09 +02:00
Benjamin Pasero 70e95ce5b9 web - introduce context for empty-workspace support and adopt in some commands 2020-09-15 14:50:30 +02:00
Alex Ross 49ec999d80 Better variable resolve on remote
Part of microsoft/vscode-remote-release#2619
2020-09-15 13:30:34 +02:00
Sandeep Somavarapu 2ccce8200b 💄 2020-09-15 13:28:57 +02:00
Alex Ross e29d25303c Add notification for automatic port forwarding
Fixes microsoft/vscode-remote-release#3662
2020-09-15 12:36:37 +02:00
Martin Aeschlimann 157255fa4b browser IWindowConfiguration.colorScheme: cleanup 2020-09-15 11:16:26 +02:00
Benjamin Pasero b9947f2a37 If I switch workspace, focus moves to different VS Code instance (fix #106727) 2020-09-15 11:16:04 +02:00
Johannes Rieken 79e1ebbb7f add check no-op changes, https://github.com/microsoft/vscode/issues/105283 2020-09-15 10:22:12 +02:00
Johannes Rieken 46d1038fcf notebook - refine check for existing notebook of other type 2020-09-15 10:07:52 +02:00
Sandeep Somavarapu 50f88ad989 fix #106732 2020-09-15 09:58:37 +02:00
Johannes Rieken cfdeeac8ba fix ts41 errors in extHostDiagnostics, https://github.com/microsoft/vscode/issues/106358 2020-09-15 09:29:29 +02:00
Benjamin Pasero 29afeee345 web - hide "Reload Window" from command palette 2020-09-15 09:27:42 +02:00
Sandeep Somavarapu e02afd1904 Fix #105598 2020-09-15 09:21:52 +02:00