Commit graph

83665 commits

Author SHA1 Message Date
rebornix 72ad7bd7c9 Merge remote-tracking branch 'origin/main' into notebook/dev 2021-06-10 20:08:36 -07:00
Peng Lyu e3ea077596
Merge pull request #125976 from microsoft/rebornix/output-refactor
streaming output splice refactoring
2021-06-10 20:07:33 -07:00
Matt Bierner 18dbd5c039
MarkdownCellViewModel -> MarkupCellViewModel 2021-06-10 20:01:26 -07:00
Matt Bierner bc35fe5731
Don't hardcode markdown as editor language for markup cells 2021-06-10 20:01:26 -07:00
Matt Bierner 4bc877935e
markdown -> markup
Our api supports the concept of generic markup cell however our implementation currently only supports markdown. Rename functions to prepare to support markup
2021-06-10 20:01:26 -07:00
Rob Lourens 0dcfa4d964 Show correct keybinding in run button tooltip In non-jupyter notebooks
Fix #125865
2021-06-10 19:04:06 -07:00
Rob Lourens 025b162605 Hardcode the keybinding to "stop editing" markup cell.
Otherwise it might pick ctrl+enter by default which is confusing.
And escape should not change.
2021-06-10 18:45:19 -07:00
Rob Lourens 867867a795 Rename *status* contribs for clarity 2021-06-10 18:37:57 -07:00
Rob Lourens 6dacc3783f Fix #125839 2021-06-10 18:34:40 -07:00
Rob Lourens 93d8a13b5d Fix setting description links. Fix #125837 2021-06-10 18:32:29 -07:00
Rob Lourens ff39a974b4
Merge pull request #124856 from microsoft/rzhao271/settings-list-enum
Add initial draft of enum array searchbox
2021-06-10 18:05:46 -07:00
Rob Lourens 7586f560a2
Merge pull request #125811 from DonJayamanne/issue125810
Reuse notebook cell statusbar helpers and dispose properly
2021-06-10 17:58:04 -07:00
rebornix 6326a9c1be fix test. 2021-06-10 17:02:29 -07:00
rebornix 0072aff9d9 Merge remote-tracking branch 'origin/notebook/dev' into rebornix/output-refactor 2021-06-10 16:59:12 -07:00
rebornix cd0f18ff28 support split streaming outputs 2021-06-10 16:52:43 -07:00
SteVen Batten 384ff94ed8 fixes #125113 2021-06-10 16:31:28 -07:00
SteVen Batten 8f7a6034c6 fixes #125721 2021-06-10 16:22:16 -07:00
Matt Bierner 8b674fee2c
Skip posting resize updates if only the width changes
We only care about height changes. This drastically cuts down on the number of messages we post on resize
2021-06-10 16:17:14 -07:00
Matt Bierner 492ed968f6
Always use clientHeight
The other height value includes decimal values, which I don't think we want
2021-06-10 16:12:46 -07:00
Matt Bierner 44a786ed26
Back ack-height messages
It's better to update multiple elements in one loop instead of sending multiple messages
2021-06-10 15:48:43 -07:00
Raymond Zhao 2f9e6a0a19
cleanup 2021-06-10 15:23:03 -07:00
Raymond Zhao 3f145c5b64
Undo test setting 2021-06-10 15:23:02 -07:00
Raymond Zhao 5556b444bc
Add initial draft of enum array searchbox 2021-06-10 15:23:00 -07:00
Matt Bierner 5afe42fdca
Make ackHeight take an array 2021-06-10 15:07:03 -07:00
Don Jayamanne 8a645ad988 Address code review 2021-06-10 15:01:27 -07:00
Matt Bierner e95cb42d24
Fix indent 2021-06-10 14:46:53 -07:00
tanhakabir 62d2a7084b
fix error from rename 2021-06-10 14:45:30 -07:00
tanhakabir 546eb6f888
Ensure there aren't any duplicate code renderers 2021-06-10 14:38:09 -07:00
tanhakabir 95146c6513
Add generic code renderer for all installed languages 2021-06-10 14:37:50 -07:00
rebornix 7adcbfdd68
Merge branch 'notebook/dev' into main 2021-06-10 14:36:16 -07:00
Rob Lourens ad08cb9d2a Disable consolidated run button by default. Fix #125544 2021-06-10 14:26:55 -07:00
Rob Lourens 0f11b2d9c7 Update values for keybinding query context to match real keybindings. Fix #122768 2021-06-10 14:26:24 -07:00
Alexandru Dima 0c87771e7b
Merge pull request #125754 from microsoft/alex/update-playwright
Update to `playwright@1.11.1`
2021-06-10 23:00:14 +02:00
Oleg Demchenko 61f34055fa
Auth session API fix (#125792)
* Adjust "provider is not registered" exception behavior

* Process cancellation in GH auth provider

`e.message` is always `undefined`
2021-06-10 20:14:08 +00:00
Alex Dima 32d29d7126
Avoid using Date.now() when deciding to give up reconnecting 2021-06-10 22:13:13 +02:00
Alex Dima 544f8e1f2e
update rich nav node version 2021-06-10 22:11:32 +02:00
Jackson Kearl f9dd828d4e
Close #125900 2021-06-10 12:52:34 -07:00
Rob Lourens 1a8a164cc7 Add split json warning #125952 2021-06-10 12:42:35 -07:00
Rob Lourens 8154afb6a2 Change settings color names from "notebook" to "settings" 2021-06-10 12:03:41 -07:00
rebornix 63b2f51fd5
test stream output reuse container 2021-06-10 10:22:53 -07:00
Miguel Solorio c18f29e0b0 Update dataframes output (fixes #125299) 2021-06-10 10:03:48 -07:00
Miguel Solorio 43d903736d Make notebook output bg transparent (refs #125549) 2021-06-10 10:02:08 -07:00
isidor 36f5e95a48
iPad: cleaner solution for passing focus, do not pass focus on tap
fixes #125470
#122044
2021-06-10 18:27:24 +02:00
isidor 286e555ae1
Use plaintext language mode for log messages, otherwise respect underlying editor mode
fixes #125619
2021-06-10 17:16:02 +02:00
Henning Dieterichs 85bf591c58
Merge pull request #125927 from microsoft/hediet/ghost-text
Ghost text improvements
2021-06-10 16:09:03 +02:00
Henning Dieterichs de04146fff
Disposes the model after each test. 2021-06-10 15:54:23 +02:00
Ladislau Szomoru 291ec03bc3
Smoke tests - run each suite in its own user-data-dir (#125670)
* Initial commit for isolated smoke tests

* Do not wait for the explorer view when restarting

* Debug failed localization test

* User data path suffix length

* Kill server when application exits

* Do not run yarn install

* Refactor application start/stop

* Reverted some changes

* Missed one

* One more change to revert

* Restored one more file

* Pull request feedback
2021-06-10 06:40:57 -07:00
Sandeep Somavarapu be58d5f771
#123851 Increase the hover delay 2021-06-10 15:32:23 +02:00
Henning Dieterichs eeff6fe773
Implements multi part ghost text. 2021-06-10 15:26:57 +02:00
Henning Dieterichs c864989f09
Improves test of inlineCompletionToGhostText 2021-06-10 15:26:56 +02:00