Henning Dieterichs
b43aa6c4ea
Fixes #137225 . The range of the active bracket pair must now strictly contain the cursor position.
2021-11-23 10:59:00 +01:00
Benjamin Pasero
954ce2c3f4
proper await exit
2021-11-23 10:31:46 +01:00
Johannes Rieken
dc52700a60
make sure to await remote file reading in vscode.workspace.fs.readFile so that error handling is correct.
2021-11-23 09:45:52 +01:00
Jay Trees
336a6a5ac1
Fix typos
2021-11-23 08:12:27 +01:00
Jay Trees
60304bd046
Remove brackets from echo
2021-11-23 08:10:30 +01:00
Benjamin Pasero
4c9d116ddb
🆙 @parcel/watcher
2021-11-23 07:47:33 +01:00
John Murray
ed3018f431
Capitalize account signout button caption correctly ( #137651 ) ( #137652 )
2021-11-22 18:25:11 -08:00
Raymond Zhao
963c5fdb6d
Add descriptions for order properties
2021-11-22 17:18:37 -08:00
Tyler Leonhardt
f4e58732b9
clearSessionPreference works again + test. Fixes #137615
2021-11-22 17:14:56 -08:00
rebornix
62853d0cf4
ICON_ONLY_ACTION_WIDTH.
2021-11-22 17:13:26 -08:00
rebornix
3eea284d5a
hide insert markdown action when all labels are hidden.
2021-11-22 17:05:00 -08:00
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
Vitaly Turovsky
597a834115
make typings on showInformationMessage, showWarningMessage, showErrorMessage strict with items as strings
2021-11-22 22:47:11 +03: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