Commit graph

79285 commits

Author SHA1 Message Date
Daniel Imms 5a673f3349
Revert node-pty update
This included the worker change which doesn't work in our product build yet

Fixes #120212
2021-03-31 05:07:32 -07:00
Daniel Imms 4c76edff2b
Revert "skip failing terminal tests."
This reverts commit 2d5f0e4953.
2021-03-31 05:07:32 -07:00
Benjamin Pasero 141ac31cdc
sandbox - ensure to validate vscode-window-config ipc call 2021-03-31 14:04:18 +02:00
Benjamin Pasero 203f1cb56b
add some logging to ipc object channels 2021-03-31 13:24:37 +02:00
Alan Ren 1d883f8af1
fix issue with finding required node handles (#118091)
This PR fixes #microsoft/azuredatastudio#14229
2021-03-31 13:18:59 +02:00
Ladislau Szomoru 0f7d20c3b4
Revert "Add resolution for mkdirp"
This reverts commit 7dab1460c1.
2021-03-31 12:24:32 +02:00
Ladislau Szomoru 7dab1460c1
Add resolution for mkdirp 2021-03-31 12:11:36 +02:00
Ladislau Szomoru e9047f01dc
Merge branch 'lszomoru/mkdirp' 2021-03-31 12:08:12 +02:00
Benjamin Pasero 65fbf884a8
💄 bootstrap types 2021-03-31 11:54:27 +02:00
Benjamin Pasero 5ec2f69fb3
sandbox config - add forceEnableDeveloperKeybindings 2021-03-31 11:30:12 +02:00
Ladislau Szomoru 5b15a3c263
Add resolution for mkdirp 2021-03-31 11:18:56 +02:00
Benjamin Pasero 8a4d271f43
💄 bootstrap types 2021-03-31 11:14:28 +02:00
Benjamin Pasero 970f799890
preload - apply zoom level after resolving config 2021-03-31 10:48:11 +02:00
Christof Marti 5c79571610 Add next/prev conflicts (#97613) 2021-03-31 10:46:11 +02:00
Wenlu Wang 96d0dc4154
Add next/prev conflicts (#97613) 2021-03-31 10:45:21 +02:00
Benjamin Pasero d0d89c94c3
IPC object URLs - make it generic and use ISandboxConfiguration in all windows for proper typing 2021-03-31 10:22:16 +02:00
Ladislau Szomoru 335bc0196c
Remove unused dependency 2021-03-31 10:11:35 +02:00
Benjamin Pasero d35df4a3ef
window - use IPC to transport window config and drop URL query param (#120096) 2021-03-31 09:42:47 +02:00
Ladislau Szomoru 45f061b9c8
Swap cpx for cpx2 2021-03-31 09:24:44 +02:00
Sandeep Somavarapu f04401cfa4 #118667 adopt to deep strict equal 2021-03-31 09:07:42 +02:00
deepak1556 325bea69a7 chore: add media and apple event entitlements
Fixes https://github.com/microsoft/vscode/issues/119787
Fixes https://github.com/microsoft/vscode/issues/95062
2021-03-30 22:58:21 -07:00
Benjamin Pasero 7a9151a29d
do not block svg for webview resources (#120156) 2021-03-31 07:46:36 +02:00
Jackson Kearl c18893214c
Fix #120215 2021-03-30 20:06:09 -07:00
rebornix 2d5f0e4953
skip failing terminal tests. 2021-03-30 18:26:57 -07:00
rebornix 00c1ca5afc
fix browser integration test timeout. 2021-03-30 18:16:15 -07:00
Matt Bierner cd52cd7c8d Fix clicking on markdown cell to add/remove selection
Fixes #119515

If you click on a markdown cell while holding down shift/meta, we should add the cell to the current selection (or remove it if already selected)
2021-03-30 17:14:34 -07:00
Matt Bierner 9ab80019bf Use forked markdown-it-katex version 2021-03-30 16:08:34 -07:00
Matt Bierner 16cff9cff9 Finalize CodeActionTriggerKind
Fixes #118084
2021-03-30 16:08:34 -07:00
Connor Peet caa03cd52f
testing: remove total tests indicator
Fixes #119667
2021-03-30 15:42:32 -07:00
Connor Peet 4bd5a83b86
testing: clean up 0% label running tests
Fixes #119668
2021-03-30 15:42:32 -07:00
Connor Peet d6448cfd3a
testing: fix test welcome being shown at inappropriate times
Fixes #119675
2021-03-30 15:42:32 -07:00
Connor Peet c79109bff1
testing: fix active style overriding checked in filter
Fixes #119664
2021-03-30 15:42:31 -07:00
Connor Peet 8a7228ee7d
search: use strict equals
For https://github.com/microsoft/vscode/issues/118667
2021-03-30 15:42:31 -07:00
Megan Rogge 665cc92c7e
check if localPtyService is defined to avoid throwing in web playground (#120144)
* fix #118819
2021-03-30 22:10:53 +00:00
Matt Bierner 63fbe4473f Remove vscode-webview-test from electron csp
On desktop, we now use a custom protocol to serve all webview resources so this should no longer be required
2021-03-30 14:37:47 -07:00
Matt Bierner f122b1096c Don't use dataTransfer for cell drag and drop
Fixes #119685
Fixes #119019

Using data transfer seems to cause the editor drop logic to kick in. Just use the local property instead
2021-03-30 14:29:56 -07:00
Matt Bierner d4412e708a
Render markdown preview cells inside a shadow dom (#120137)
* Render markdown preview cells inside a shadow dom

Fixes #119971

This moves all markdown previews into shadow doms. This lets us prevent styles from outside the preview leak into the preview, and also prevents styles from the preview leak out into the rest of the notebook

* Use composedPath for handling events in webviews

This lets us handle clicks triggered inside of a shadow dom
2021-03-30 14:17:15 -07:00
Matt Bierner 268ac6e3df Bump documented min version for new postMessage behavior 2021-03-30 14:01:44 -07:00
Matt Bierner 795f44ea6a Build VS Code with latest TS nightly 2021-03-30 13:30:09 -07:00
Matt Bierner 7bbc15a60e
Replace -1 constant in keycode with enum value (#120126)
Tthe key code logic uses the constant `-1` in a number of places. With the latest TS 4.3 nightly build, this causes a compile error since there is no overlap between `-1` and the `KeyCode` enum

This change adds a `-1` value to the `KeyCode` and `ScanCode` enums
2021-03-30 13:19:45 -07:00
Raymond Zhao c0ed513633
Add output.inlineBreak parameter, fixes #119088 2021-03-30 12:51:40 -07:00
Raymond Zhao 1f5ff0f17a
Bump dependencies, affects #119088 2021-03-30 12:51:39 -07:00
Logan Ramos 708b353f05
Remove notDeepEqual, part of #118667 2021-03-30 15:14:20 -04:00
Raymond Zhao 6e07fb24ee
Remove unnecessary condition, fixes #119120 2021-03-30 11:45:06 -07:00
Raymond Zhao 9b091c7d22
💄 Emmet tests 2021-03-30 11:30:32 -07:00
Benjamin Pasero 9503e7dce7 🆙 distro 2021-03-30 19:24:50 +02:00
Benjamin Pasero 78d3cc3fea Remove use of assert.equal from the code (#118667) 2021-03-30 19:22:31 +02:00
Benjamin Pasero 1968bda7e6 platform#IProcessEnvironment is badly typed (fix #119046) 2021-03-30 19:05:44 +02:00
Megan Rogge 4ccad80121
fix #119322 (#120143) 2021-03-30 09:39:10 -07:00
Logan Ramos d5a670eaeb
Switch to deepStrictEqual part of #118667 2021-03-30 12:05:06 -04:00