Matt Bierner
b3b9d4e2e7
Re-enable additional notebook smoke tests
...
For #126371
These pass for me locally
2021-12-10 17:08:02 -08:00
Matt Bierner
02c3551a59
Re-enable notebook smoke suite
...
For #126371
This single test passes for me. Will look at re-enabling individual tests next
2021-12-10 17:01:02 -08:00
Matt Bierner
66b6adf035
Switch webview service-worker to use message channel ( #138811 )
...
* Switch webview service-worker to use message channel
This change hooks the service worker used for loading webview resources directly up to the main VS Code process over a message channel. Previously this communication had to go through an extra hop through the webview
This simplifies the logic somewhat (although this change required adding extra logic to exchange the message port). It also improves performance a little
* Update webview content commit version
2021-12-10 16:35:13 -08:00
Megan Rogge
86ee106054
skip failing tests
2021-12-10 16:06:13 -08:00
Mimi
67c2797e28
Fix terminal.integrated.cwd with predefined variables ( #137023 )
...
Co-authored-by: Megan Rogge <megan.rogge@microsoft.com >
2021-12-10 15:51:13 -08:00
Megan Rogge
bba344e4e5
disablePersistence for editor terminals
2021-12-10 15:28:21 -08:00
rebornix
ca83d3d86c
simplified md cell renderer.
2021-12-10 15:18:36 -08:00
rebornix
e3b392af76
change drag handle to cell part.
2021-12-10 15:18:36 -08:00
Megan Rogge
bb6f6df974
tweak proposed shouldPersist API
2021-12-10 14:58:34 -08:00
Megan Rogge
e1c0b0dd25
allow extension terminals to opt-out of persistence #118726 ( #138884 )
2021-12-10 14:53:06 -08:00
Megan Rogge
578eb0d4ae
be sure that terminal target gets set for the instance ( #138875 )
2021-12-10 14:51:45 -08:00
Brigit Murtaugh
60ac527e79
Update notebook
2021-12-10 14:39:03 -08:00
Daniel Imms
69dcf8b0f6
Revert "Re-enable tests now that runCommandWithValue is more reliable"
...
This reverts commit 4554eac76d .
2021-12-10 13:05:53 -08:00
Rob Lourens
ad57fde11d
Add "current window" command to testresolver.
...
Seems like this is necessary to use the testresolver with normal extension debugging
2021-12-10 11:36:56 -08:00
Megan Rogge
b3b82c0540
support file scheme links ( #138873 )
...
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
2021-12-10 11:18:43 -08:00
Raymond Zhao
97aa32a913
Fall back to title if no id specified
...
Fixes #138253
2021-12-10 11:08:29 -08:00
Daniel Imms
4554eac76d
Re-enable tests now that runCommandWithValue is more reliable
...
Part of #138658
2021-12-10 10:59:40 -08:00
Daniel Imms
866b9df390
Wait for quick input to open again after runCommandWithValue
...
Fixes #138658
2021-12-10 10:59:40 -08:00
Rob Lourens
9893857d4b
Handle "clear search results" cancelling running search
...
Fix #138841
2021-12-10 10:51:26 -08:00
Daniel Imms
3da317ba5a
xterm@4.16.0-beta.5
...
Fixes #135920
Fixes #133597
2021-12-10 10:35:25 -08:00
rebornix
69197b36f4
💄
2021-12-10 10:09:24 -08:00
rebornix
d0d22655ca
update doc
2021-12-10 10:07:36 -08:00
Logan Ramos
e1fba79e4b
Bump distro
2021-12-10 11:56:27 -05:00
Logan Ramos
1216d0c578
Bump ES build to latest version
2021-12-10 11:42:52 -05:00
Benjamin Pasero
988b844f16
fix tests
2021-12-10 17:24:51 +01:00
Alex Dima
4bc25f7394
Set monaco-editor-core version to 0.0.0
2021-12-10 15:30:43 +01:00
Benjamin Pasero
c5ea0fa337
fix some recent test failures
2021-12-10 14:34:14 +01:00
Sandeep Somavarapu
7334561f2b
check pre-release flag on local extension while syncing - to avoid multiple queries to get compatible extension
2021-12-10 14:09:03 +01:00
Benjamin Pasero
05de5834b0
smoke - add test to verify an editor can be saved
2021-12-10 13:45:08 +01:00
Benjamin Pasero
4667cac14b
smoke - more obvious tests setup
2021-12-10 13:32:08 +01:00
Benjamin Pasero
e9eec21dc1
files - cancel reading when binary is encountered ( #132771 )
2021-12-10 13:10:22 +01:00
Sandeep Somavarapu
a55d9674ea
clean up extensions editor code
2021-12-10 12:14:46 +01:00
Alexandru Dima
a1842c8f63
Merge pull request #138793 from microsoft/alex/update-native-keymap
...
update `native-keymap`
2021-12-10 11:41:30 +01:00
Sandeep Somavarapu
a56188e4d2
#138511 use new formatter
2021-12-10 11:07:18 +01:00
Benjamin Pasero
503905cdeb
files - stop processing binary files if only text accepted ( #138805 )
2021-12-10 10:55:25 +01:00
Joao Moreno
ac71c035fb
fix #138834
2021-12-10 10:54:34 +01:00
Ladislau Szomoru
47de42baa9
Only probe directories during repository discovery
2021-12-10 09:53:48 +01:00
Martin Aeschlimann
bbef3ab9bb
Merge pull request #138662 from microsoft/aeschli/codiconRegistryCleanup
...
Codicon registry cleanup
2021-12-10 09:42:51 +01:00
rebornix
065b450db9
separate title menu update and layout update.
2021-12-09 17:39:21 -08:00
rebornix
99ae4bff26
move cell status bar class update into cellpart.
2021-12-09 17:39:20 -08:00
rebornix
db9df723de
extract cellStatusPart
2021-12-09 17:39:20 -08:00
rebornix
2112b121de
slim cellRenderer#updateForLayout.
2021-12-09 17:39:20 -08:00
Rob Lourens
4661224a2c
Merge pull request #137087 from microsoft/rzhao271/se-search-sort
...
Add match-type sorting to filterSettings
2021-12-09 17:16:46 -08:00
SteVen Batten
59e0a27aa8
fixes #138110
2021-12-09 15:49:16 -08:00
Matt Bierner
2f767b5d85
Pick up TS recovery
...
For #138794
s
2021-12-09 15:39:31 -08:00
Matt Bierner
7c450ab4ed
Reuse searchParams
2021-12-09 15:39:30 -08:00
Alex Dima
2c5b9bc118
update native-keymap
2021-12-10 00:15:37 +01:00
rebornix
4dd55143a6
updateInternalLayoutNow.
2021-12-09 14:26:34 -08:00
Joao Moreno
1079144789
scm: one more fix
2021-12-09 22:08:00 +01:00
Martin Aeschlimann
d3f503543b
improve toFormattedString jdoc (for #138511 )
2021-12-09 22:03:56 +01:00