Commit graph

90166 commits

Author SHA1 Message Date
rebornix 0e78565909
notebook toolbar rendering strategies 2021-11-22 16:25:46 -08:00
rebornix 8a6392ad1d
📓 doc. 2021-11-22 16:25:45 -08:00
rebornix 7824bf781a
ensure that labels are rendered initially to get a correct width cache. 2021-11-22 16:25:44 -08:00
rebornix e203c00d7e
update cell part doc 2021-11-22 16:25:43 -08:00
Tyler Leonhardt 53e8f2c26e
handle 4XX errors differently from others 2021-11-22 16:20:47 -08:00
Sandeep Somavarapu bea3784159
#15756 - Pre-release support for extensions 2021-11-23 00:34:09 +01:00
Rob Lourens e7b11f34e1 CellExecutionPart #131808 2021-11-22 15:31:00 -08:00
Tyler Leonhardt 33a6ac6639
simplify polling when getting a network error 2021-11-22 15:28:13 -08:00
Daniel Imms d15c58eb20 Only allow a maximum of 2 seconds to persist terminal sessions
Almost all cases will resolve well before 2 seconds, this is just to catch
the edge cases where the remote connection is very high latency or the remote
side is reconnecting.

Fixes #137468
2021-11-22 15:01:41 -08:00
Alex Dima 955fc38aed
bump version 2021-11-22 23:31:38 +01:00
Rob Lourens 3bac53642b Disable flaky search smoke test #137195 2021-11-22 14:25:23 -08:00
Alex Dima a44d73cc29
Extract LineSelectionAction to its own file 2021-11-22 22:59:46 +01:00
Alexandru Dima 9456805138
Merge pull request #135917 from laurentlb/master
Make 'expandLineSelection' a proper action.
2021-11-22 22:31:57 +01:00
Alex Dima 4102107b54
Merge remote-tracking branch 'origin/main' into pr/laurentlb/135917 2021-11-22 22:13:13 +01:00
Henning Dieterichs 3a33723d3f
Merge pull request #137508 from microsoft/hediet/unicode-highlighting
Implements highlighting of unicode characters.
2021-11-22 21:56:51 +01:00
Daniel Imms cce62293cd Catch and swallow errors during terminal persistence (#136804)
Part of #137468
2021-11-22 12:02:57 -08:00
Alex Dima 187ccb8ec4
The second argument of setTimeout is optional 2021-11-22 20:47:27 +01:00
Alex Dima 8d71becbfe
Merge remote-tracking branch 'origin/main' into hediet/unicode-highlighting 2021-11-22 20:36:30 +01:00
Johannes Rieken 19d722bd89
remove enableProposedApi from extension description, https://github.com/microsoft/vscode/issues/131165 2021-11-22 19:40:27 +01:00
John Murray 5128d2c32c
Avoid conflicting scopes and commandIds in quiet logins from Accounts (fix #137601) (#137613)
* Avoid conflicting scopes and commandIds in quiet logins from Accounts (fix #137601)

* revert from scopesJSON to scopesList but use space as separator

* define SCOPESLIST_SEPARATOR and use it consistently

* simplify diff
2021-11-22 10:38:39 -08:00
Johannes Rieken 00e466b4b9
fix https://github.com/microsoft/vscode/issues/137365 2021-11-22 19:31:17 +01:00
Johannes Rieken c084b6ce2e
add contribViewsRemote-proposal to api-tests extension 2021-11-22 19:28:14 +01:00
deepak1556 2fc6cc9a64
chore: fix perf hook integration with node environment 2021-11-22 18:40:35 +01:00
Henning Dieterichs b5b33d1c05
Improves performance of regex by only breaking on invisible or ambiguous characters. 2021-11-22 17:48:20 +01:00
Henning Dieterichs df082d6c2d
Fixes schema. 2021-11-22 17:30:08 +01:00
Martin Aeschlimann 479cc2c593
add --help and --version to server CLI. For #137658 2021-11-22 17:22:43 +01:00
Martin Aeschlimann d159ea189b
improve json language indicator 2021-11-22 17:22:42 +01:00
Alexandru Dima b4a6b08d1d
Merge pull request #137646 from microsoft/alex/adopt-run-when-idle
Adopt `runWhenIdle`
2021-11-22 17:05:52 +01:00
Henning Dieterichs 7dabffd889
* boolean -> boolean|DeriveFromWorkspaceTrust (with DeriveFromWorkspaceTrust being the default)
* allowedCharacters: string[] -> allowedCharacters: string and allowedCodePoints: number[]
2021-11-22 16:18:59 +01:00
Ladislau Szomoru 01d105b4a6
Add SCM contribution to manage context key for active resource changes (#137297) 2021-11-22 16:13:22 +01:00
Alex Dima d27ef51905
Use setTimeout instead of queueMicrotask 2021-11-22 15:53:24 +01:00
Daniel Imms 145e380276 Fix copy in process explorer
Fixes #137597
2021-11-22 06:42:36 -08:00
Alex Dima d632c770b9
Adopt queueMicrotask (#133173) 2021-11-22 15:33:11 +01:00
Daniel Imms 0dce4690e8 Don't force a tab refresh when doing a terminal tabs layout
Fixes #133635
2021-11-22 06:25:22 -08:00
Daniel Imms 74e7864370 Fix ctrl+delete to correctly send alt+d (ESC + d)
Fixes #136994
2021-11-22 06:11:41 -08:00
Alex Dima 9d56323618
Extract the workaround for setTimeout artificially being delayed by 4ms to a separate function. 2021-11-22 15:09:24 +01:00
João Moreno dee69dc807
build: ⬆️ gulp-atom-electron 2021-11-22 15:05:39 +01:00
Alex Dima 9bd899faba
Check the active element also when 'focusin' or 'focusout' bubble.
This change was initially done only in the editor for microsoft/monaco-editor#2339, but after a discussion we have agreed to bring it to all users of `FocusTracker`.

Co-authored-by: Johannes Rieken <johannes.rieken@gmail.com>
2021-11-22 14:59:46 +01:00
Alex Dima 2fa5d4f76e
Adopt runWhenIdle (#133173) 2021-11-22 14:51:21 +01:00
Benjamin Pasero 7be48d527a
🆙 web playground 2021-11-22 12:17:22 +01:00
Henning Dieterichs 5349b091c3
Adds themable colors for minimap and overview ruler. 2021-11-22 11:55:53 +01:00
Benjamin Pasero aa21039c3c
🆙 iconv-lite 2021-11-22 11:51:08 +01:00
Alex Dima 6b07ef8a34
Partially revert 20fc98529f due to failing integration tests 2021-11-22 10:31:27 +01:00
Alex Dima 20fc98529f
Adopt queueMicrotask (#133173) 2021-11-22 09:09:24 +01:00
Alex Dima 3c0f5b2aae
Fixes #134234: Remove __uniqueWebWorkerExtensionHostOrigin option 2021-11-22 08:19:13 +01:00
rebornix 05012ac177
update nb doc. 2021-11-21 21:39:55 -08:00
rebornix 3bd85562bb
support dynamic label rendering. 2021-11-21 21:39:55 -08:00
Megan Rogge 4e303fcc52
fix #137590 2021-11-21 10:04:21 -08:00
Megan Rogge 6729fbbc86
only focus when showing panel if active instance is not an extHost terminal 2021-11-21 08:53:55 -08:00
Benjamin Pasero 2e636ded90
editors - clearInput before setInput (#34697) 2021-11-21 14:04:28 +01:00