rebornix
336373dfc5
bring back kernel execute test
2022-08-03 10:14:45 -07:00
rebornix
82314b9ed5
remove outdated test
2022-08-03 10:08:02 -07:00
Michael Lively
61e8687fa3
Notebook Cells re-render upon changes to metadata ( #156917 )
...
* dataflow support for updated metadata
* update cellAttachmentRenderer.ts to reflect metadata being a getter() inside MarkupCell
* update condition to re-render cells, now includes metadata changes
* notebook cells now re-render upon metadata changes
* fix missing metadata update
Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2022-08-03 09:46:12 -07:00
Daniel Imms
62af9e993f
Merge branch 'main' into add-fish-history
2022-08-03 08:47:52 -07:00
Matt Bierner
57599a9ecd
Bump api notebook milestone ( #157011 )
2022-08-03 11:38:52 -04:00
Logan Ramos
36244a0457
Remove the resolvers ability to work with typed editors ( #157010 )
2022-08-03 11:33:29 -04:00
Tomer Chachamu
bcabf7ce33
Inherit more settings during extension development ( #151872 )
...
Closes #143601
2022-08-03 08:24:42 -07:00
Daniel Imms
a17876551e
Merge pull request #157005 from microsoft/tyriar/155955_2
...
Pass progress type along in notification updates
2022-08-03 08:13:57 -07:00
Benjamin Simmonds
4ea6a27637
Fix duplicated intersected label highlight ( #157000 )
2022-08-03 15:41:26 +02:00
Daniel Imms
e614dac55c
Pass progress type along in notification updates
...
Fixes #155955
2022-08-03 06:32:35 -07:00
Daniel Imms
11cea7dfb7
Merge pull request #156993 from microsoft/tyriar/xterm5
...
Upgrade to xterm.js v5 beta
2022-08-03 05:33:05 -07:00
Aiday Marlen Kyzy
9aea0a6c11
Merge pull request #156994 from microsoft/aiday/issue-156881
...
Removing the splice in the render function. Fixes #156881 .
2022-08-03 13:33:36 +02:00
aiday-mar
b39e5d436a
Removing the splice in the render function. Correct ranges constructed in the updateOutlineModel function. Fixes 156881.
2022-08-03 13:04:51 +02:00
Alexandru Dima
1196da0c50
Add more logging when a protocol timeout occurs ( #156991 )
...
Add more logging when a protocol timeout occurs (#147328 )
2022-08-03 13:02:08 +02:00
Aiday Marlen Kyzy
67a6b6c80d
Merge pull request #156992 from microsoft/aiday/issue156744
...
Adapt sticky scroll to lineNumbers option. Fixing #156744
2022-08-03 12:52:00 +02:00
Daniel Imms
16ecdd2b42
Fix tests by allowing xterm proposed api
2022-08-03 03:50:25 -07:00
Daniel Imms
3db62b7ad1
Clean up
2022-08-03 03:38:10 -07:00
aiday-mar
501216b18c
Adapt sticky scroll to lineNumbers option. Fixing #156744
2022-08-03 12:35:42 +02:00
Daniel Imms
4bace4b574
Ignore bad canvas addon versions
2022-08-03 03:32:24 -07:00
Benjamin Pasero
b0d46d6ea7
editors - do not throw from createTextEditor
( #156980 )
2022-08-03 12:21:15 +02:00
Daniel Imms
67a1aa5cad
Support inactive selection background in terminal
...
Fixes #156985
2022-08-03 03:17:22 -07:00
Daniel Imms
d6392016e6
Add smooth scrolling setting
...
Fixes #125950
2022-08-03 03:02:29 -07:00
Henning Dieterichs
9acb4a7496
Merge pull request #156133 from microsoft/hediet/bracket-pair-colorization-performance
...
Improves performance of bracket pair colorization
2022-08-03 11:58:32 +02:00
Henning Dieterichs
827d54a687
Merge branch 'main' into hediet/bracket-pair-colorization-performance
2022-08-03 11:29:38 +02:00
deepak1556
8179d83208
Merge remote-tracking branch 'origin' into electron-19.x.y
2022-08-03 17:56:15 +09:00
Sandeep Somavarapu
dd2e6f4175
Fix #154077 ( #156975 )
...
* Fix #154077
* dispose
2022-08-03 09:46:29 +02:00
Benjamin Pasero
f8ae10c8d0
Piping into Code fails if data writes delayed ( fix #155341 ) ( #156973 )
2022-08-03 09:41:12 +02:00
Benjamin Pasero
8125126a03
window
=> windowImpl
(#156970 )
2022-08-03 09:07:00 +02:00
Sandeep Somavarapu
88c5ba1a8a
use last active profile in web ( #156966 )
...
* use last active profile in web
* 💄
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-08-03 08:57:19 +02:00
Sandeep Somavarapu
bc137bb745
Fix #154072 ( #156968 )
...
* Fix #154072
* fix compilation errors
2022-08-03 08:50:02 +02:00
Joyce Er
c62db61006
Support ILocalizedString
in openCommandActionDescriptor
title
s ( #156921 )
2022-08-02 22:24:34 -07:00
Tyler James Leonhardt
ccbe26bf2f
use raceTimeout to detect when waiting to resolve takes too long.. and ignore focus out ( #156916 )
2022-08-03 07:04:24 +02:00
Matt Bierner
784de60319
Add activeWebviewPanelId
context key ( #156944 )
...
Fixes #156942
This context tracks the id of the active webviewPanel
2022-08-03 07:03:33 +02:00
Peng Lyu
7833aade5a
Separate notebook kernel and api test ( #156946 )
...
* Separate notebook kernel and api test.
* no need to test reopen dirty document
2022-08-03 07:03:10 +02:00
Benjamin Pasero
f86beb18e8
Increase timeout of web unit tests ( #156894 )
...
* Windows: some Firefox web tests are timing out randomly (#155760 )
See if this is a fundamental issue or really Firefox is slower.
* mention issue
2022-08-03 06:55:58 +02:00
Matt Bierner
0c7d70ea4f
Remove IDataTransfer type ( #156934 )
...
We can use the standard dom DataTransfer type instead
2022-08-03 03:46:57 +02:00
Matt Bierner
c48d775f05
Remove ReadonlyMapView ( #156927 )
...
This types does not appear to be used anywhere
2022-08-03 03:46:22 +02:00
Justin Chen
e369a2bca0
Enabled Code Action Widget by default + disabled action hovers
...
* added disabled hover
* code cleanup on disabled option hovers
* removed comments
* widget enabled by default
* code cleanup and fix on build
* clean up on css removed unused importants
* small patch for css rules
* minor refactor on codeactionitems
2022-08-03 02:18:11 +02:00
Megan Rogge
9f8e6e9a51
.then -> await ( #156634 )
2022-08-03 02:10:36 +02:00
Megan Rogge
f1c0f68fb5
enable task reconnection by default and fix for windows ( #156909 )
...
* set task reconnection to true when there are 0 and check problem matchers not isBackground
* enable by default
2022-08-03 02:10:22 +02:00
Matt Bierner
342394d1e7
Use optional chaining for more method calls ( #156938 )
...
This rewrites code such as:
```ts
if (thing) {
thing.method();
}
```
To the more concise:
```ts
thing?.method();
```
This was done using a simple find replace. I tried to keep the change pretty conservative so it only touches simple cases like above
2022-08-03 01:56:56 +02:00
Matt Bierner
c07ff2eb1d
Remove types.isArray ( #156930 )
...
This function was simply calling Array.isArray
2022-08-03 01:53:57 +02:00
Megan Rogge
c95adcfda2
clear decorations on window reload ( #156924 )
2022-08-02 16:48:38 -07:00
Peng Lyu
418b944396
debt: move insert command towards unit tests. ( #156929 )
2022-08-03 01:42:53 +02:00
Connor Peet
c9df538b06
build: apply built-in ext cache to the rest of the pipeline ( #156939 )
2022-08-02 16:26:17 -07:00
Connor Peet
ca48c64699
build: cache built-in extensions to avoid rate limiting ( #156918 )
2022-08-03 00:27:16 +02:00
Matt Bierner
8b27dcb1f8
Pick up latest markdown language service ( #156933 )
2022-08-02 23:31:58 +02:00
Peng Lyu
4b551dab35
Turn on notebook document test. ( #156932 )
2022-08-02 23:20:00 +02:00
John Murray
7e400c7137
Provide valid markdown-specific default for editor.quickSuggestions
setting ( #156686 ) ( #156689 )
...
Co-authored-by: Matt Bierner <matb@microsoft.com>
2022-08-02 13:51:41 -07:00
Megan Rogge
5f8c264b4f
add separation to task detection notification ( #156919 )
...
fix #156287
2022-08-02 13:49:54 -07:00