Commit graph

95771 commits

Author SHA1 Message Date
Henning Dieterichs 711b070869
Fixes #147329. 2022-04-13 11:01:23 +02:00
Benjamin Pasero fa8d1063f6
🆙 1.21.0 (#147348)
* 🆙 `playwright`

* fix install

* adopt latest apis

* comment
2022-04-13 08:43:17 +02:00
Sandeep Somavarapu eda166b7fa
Move output service to workbench/services 2022-04-13 12:00:09 +05:30
Sandeep Somavarapu 7e3c3e6e42
#68410 disable updating builtin extensions in stable 2022-04-13 11:33:18 +05:30
Benjamin Pasero e3f21a18e2
Toggle Tab Visibility keybind is too similar to Close File keybind (fix #147310) 2022-04-13 06:29:37 +02:00
Raymond Zhao 214ff3b7eb
Add settings editor search funnel button (#147260)
Ref #145710
2022-04-12 19:49:10 -07:00
Matt Bierner fbf7708053
Block pointer events on webviews when dragging from desktop into VS Code
Fixes #146967

When dragging a file from desktop over a webview, by default the iframe of the webview will eat all of the dnd events

To fix this, we handle the events inside the webview and tell the outer renderer to start handling them. We do this by disabling pointer events on the iframe, which causes Chrome to start dispatching future dnd events back to the iframe container's element (this also works around https://bugs.chromium.org/p/chromium/issues/detail?id=923651)

For now I've tried to limit this change to cases where files are being dragged from desktop (drags within VS Code should already be handled)
2022-04-12 17:18:28 -07:00
Tyler Leonhardt 527d63162a
address feedback by having concrete ValidationMessage type 2022-04-12 17:18:13 -07:00
Dirk Baeumer 27dd7b41b6
Remove unused import 2022-04-12 20:20:05 +02:00
Logan Ramos 20bd040c95
Merge internal options to timeline options (#147304) 2022-04-12 11:14:19 -07:00
SteVen Batten c20b68a62d
Fix permissions for everything inside the installation folder (#342)
* add ci to iacls

* make sure files get affected too

Co-authored-by: Joao Moreno <joao.moreno@microsoft.com>
2022-04-12 11:03:39 -07:00
João Moreno c2beae1c0f
depend solely on icacls.exe for setting permissions (#341) 2022-04-12 11:03:30 -07:00
Ladislau Szomoru 0e5a8e4bc0
Git - Disable automatic repository scanning in the root of the HOMEDRIVE (#339)
* Disable automatic repository scanning in the root of the HOMEDRIVE

* Fix condition

* Pull request feedback
2022-04-12 11:03:24 -07:00
João Moreno 7a9093a66c
win32 setup: disable app dir inheritance (#338) 2022-04-12 11:03:17 -07:00
Henning Dieterichs 841c777ad8
Introduces InlineCompletionList.commands and improves documentation comments. 2022-04-12 19:32:40 +02:00
Rob Lourens b201f14220 Use SuggestController to trigger suggest widget instead of command 2022-04-12 10:15:23 -07:00
Matt Bierner 0d78957186
Update md grammar
Fixes #146610
2022-04-12 09:20:52 -07:00
SteVen Batten 6c9776d055
fixes #147042 2022-04-12 11:45:34 -04:00
Martin Aeschlimann 176257ec89
standalone: toogle hc comamnd should check current theme. For microsoft/monaco-editor#3069 2022-04-12 17:41:31 +02:00
SteVen Batten 833947f9d1
fixes #147070 (#147302) 2022-04-12 11:37:28 -04:00
Alex Ross 01cfc62ead
Update shellscript grammar and add new test 2022-04-12 16:49:52 +02:00
Alex Ross 5468607181
Make npm task path fix backwards compatible
Fixes #147193
2022-04-12 16:02:47 +02:00
Martin Aeschlimann 8f5b743a0b
[json] Allow "json.validate.enable": false in settings / disable JSON validation or error checking. Fixes #114775 2022-04-12 15:33:25 +02:00
isidor 4f4bf42424
fixes #146658 2022-04-12 15:14:03 +02:00
Alex Ross a1ba200c71
UX for leaving a comment on a range
Part of #146510
2022-04-12 14:54:03 +02:00
Alex Ross 57faf0f908
Add background and border to comments with a range
Part of #146510
2022-04-12 14:54:01 +02:00
Alex Ross 71cba76655
Fixed missed comment range start/end line 2022-04-12 14:53:58 +02:00
isidor f63107edad
update distro 2022-04-12 14:29:48 +02:00
Henning Dieterichs 82e645cf85
Merge pull request #146962 from microsoft/hediet/containsBalancedBrackets
Adopts "containsBalancedBrackets" flag from vscode/text-mate.
2022-04-12 12:40:39 +02:00
Henning Dieterichs 2b14c47234
Fixes test failures. 2022-04-12 12:22:10 +02:00
Benjamin Pasero d215bada5e
smoke - more logging for shared process 2022-04-12 11:13:19 +02:00
Joao Moreno cd2b990714
use forceNewWindow when windowId=_blank 2022-04-12 10:57:10 +02:00
Benjamin Pasero 35fe695c80
web - improve unsupported file dialog wording (#147025) 2022-04-12 10:04:46 +02:00
Benjamin Pasero df11e521e8
feedback 💄 2022-04-12 09:42:14 +02:00
Benjamin Pasero 1642e2a83d
🆙 distro 2022-04-12 09:28:30 +02:00
Benjamin Pasero 0cad080070
smoke - more shared process logging 2022-04-12 09:15:13 +02:00
Martin Aeschlimann eb154fd289
Merge pull request #147234 from ImCa0/patch-1
Fix spell check errors in translatable strings
2022-04-12 08:49:54 +02:00
Benjamin Pasero 9967cf2782
smoke 💄 2022-04-12 08:17:52 +02:00
Benjamin Pasero be376cfef0
debt - improve ipc validation code 2022-04-12 07:46:21 +02:00
Sandeep Somavarapu e1bd9c0ba2
use cancellation error 2022-04-12 11:10:01 +05:30
Rob Lourens fcaeb69ec8 More accurate escaping and quoting for debug commands in terminal. Fix #145265 2022-04-11 20:25:17 -07:00
Rob Lourens b0c5a282e5 Restore additionalProperties=false to launch.json schema. Fix #142642 2022-04-11 19:31:28 -07:00
Rob Lourens 593ee915e2 Add context to notebookDebugOptions proposal 2022-04-11 17:14:46 -07:00
Matt Bierner 8a8e3bc99c
Partal revert of 21173541e1
This adds back in the pending message buffer only for the first load of a webview
2022-04-11 16:21:28 -07:00
Greg Van Liew 4ebdb61c69
Switch to signal quotes (#147261) 2022-04-11 15:59:19 -07:00
Matt Bierner 21173541e1
Make postMessage's behavior more sane
Fixes #146253

Two parts to this change:

- Make postMessage return false if a message cannot be delivered to a webview

- Don't queue messages for hidden (and non-retained) webviews. This was potentially causing a huge flood of messages to be dumped into the webview once it becomes visible again
2022-04-11 15:18:41 -07:00
rebornix a4e3e86c59
Revert "delay editor restore."
This reverts commit 960e1bd963.
2022-04-11 13:59:40 -07:00
Logan Ramos ccf4a9e339
Remove property level owner from telemetry types 2022-04-11 15:18:30 -04:00
Logan Ramos 8abb91b949
Fix #96784 2022-04-11 14:11:59 -04:00
Tyler Leonhardt 46452a2dbf
ensure GitHub Edu telemetry fires only per account not per session 2022-04-11 11:04:53 -07:00