Commit graph

90242 commits

Author SHA1 Message Date
Megan Rogge 730e0da4ea
fix frequent refresh of available profiles (#138096) 2021-11-29 15:45:31 -08:00
Megan Rogge 37e1fac582
fix #137710 2021-11-29 15:01:30 -08:00
Alex Dima ee7a58bcfc
Add test for #119469 2021-11-29 23:30:51 +01:00
Martin Aeschlimann cd34f23699
improve json cache log messages (for #101050) 2021-11-29 23:28:48 +01:00
Rob Lourens 06f34325ad Fix #125490 2021-11-29 14:26:23 -08:00
Alex Dima 31fff5074d
Fixes #138095: Do not touch the textarea during a compositionstart event 2021-11-29 22:55:51 +01:00
Alex Dima 9fc5b78314
Try to get textarea's cursor to line up with our cursor horizontally (improves #136097) 2021-11-29 22:55:51 +01:00
rebornix 0933acd4cc
move to drawio. 2021-11-29 13:38:02 -08:00
rebornix 63b41474cf
tweak output size limit wording 2021-11-29 13:38:02 -08:00
Martin Aeschlimann 92b20d483e
html custom data: open external uris with openTextDocument. For #135459 2021-11-29 22:21:30 +01:00
Martin Aeschlimann ff009a1e50
remoteCli: Fix compile error 2021-11-29 22:13:10 +01:00
Alex Dima e87368e5cf
Add latest Windows 11 recordings 2021-11-29 22:09:09 +01:00
SteVen Batten bc3f2d9dd7
set default to false for layout control with new setting 2021-11-29 12:43:58 -08:00
Martin Aeschlimann 6191026e27
server cli: use deprecated option 2021-11-29 21:38:48 +01:00
Alex Dima 0685366bdf
Small tweaks to input handler 2021-11-29 21:37:57 +01:00
Raymond Zhao dd56064202
Fix Emmet removeTag tests
Ref https://github.com/microsoft/vscode/issues/138063
2021-11-29 12:09:57 -08:00
Daniel Imms d5bfd6d31c Remove unneeded logs in test 2021-11-29 11:48:14 -08:00
Daniel Imms e208c8604e Remove timeout from automation terminal util
I don't believe this was ever required, awaiting writeInTerminal should make sure the
data event is triggered in xterm, the following enter should just trigger another data
event. This doesn't guarantee it was accepted by the process yet, just that xterm.js
emitted the event.

Part of #137847
2021-11-29 11:46:57 -08:00
SteVen Batten d838a004ff
add experimental tag to layout control setting 2021-11-29 11:29:39 -08:00
Raymond Zhao bdc04a9b22
Trim inner tag leading and trailing whitespace
Fixes https://github.com/microsoft/vscode/issues/138063
2021-11-29 11:24:10 -08:00
Raymond Zhao db1f865720
Don't use empty lines when counting new indent
Polish for https://github.com/microsoft/vscode/issues/138063
2021-11-29 11:24:09 -08:00
SteVen Batten 45b3e8ad6c
fixes #136805 2021-11-29 11:15:19 -08:00
Alex Dima 2f066a3675
Initialize state explicitly 2021-11-29 19:50:38 +01:00
rebornix 8fc6c52059
Update model resolution. 2021-11-29 10:40:39 -08:00
rebornix 10e7fa1975
make show more italic. 2021-11-29 10:30:50 -08:00
SteVen Batten c75a35cfab
fix padding for web layout control 2021-11-29 10:26:48 -08:00
Benjamin Pasero f32a371f70
🆙 @parcel/watcher (fix #136460) 2021-11-29 19:22:09 +01:00
SteVen Batten 1d0a7f2804
fixes #136802 2021-11-29 09:54:49 -08:00
Martin Aeschlimann 8c56f0cae8
[json/html/css] update services 2021-11-29 18:12:56 +01:00
Martin Aeschlimann a16cece4e5
fix $ref's (json pointers start with #/) 2021-11-29 18:12:56 +01:00
Alex Dima 0d26b20c7c
Add CompositionContext to track how many characters need to be replaced and have the textAreaState always reflect the state of the textarea. 2021-11-29 18:09:40 +01:00
Benjamin Pasero 1af6cb0edc
smoke test tweaks 2021-11-29 17:53:11 +01:00
Alexandru Dima 3604f3d8c0
Add Windows tests 2021-11-29 17:27:08 +01:00
Henning Dieterichs d659e4135b
Fixes #137907 by disabling unicodeHighlight for the output pane. 2021-11-29 17:09:23 +01:00
Sandeep Somavarapu 80fdee58a7
#15756 fix outdated extensions 2021-11-29 16:39:59 +01:00
João Moreno 732e263ee9
web: allow embedded to add commands to menus 2021-11-29 16:30:15 +01:00
Alex Dima 5babe412c5
Add more tests for TextAreaInput 2021-11-29 16:08:53 +01:00
Matt Bierner 0c48cf395f
Fix handling of notebook links in untitled files 2021-11-29 16:08:14 +01:00
Sandeep Somavarapu b6786d86ec
fix tests 2021-11-29 15:58:08 +01:00
Sandeep Somavarapu 87b3f754af
perf improvements
- do not read cache if it does not exist
- update cache only once eventually
- revalidate cache eventually
2021-11-29 15:35:51 +01:00
Alex Dima 322aa4f631
Add more tests for TextAreaInput 2021-11-29 15:24:24 +01:00
Alex Dima 19d6503204
Add a test for composition in TextAreaInput 2021-11-29 15:00:39 +01:00
Sandeep Somavarapu 337d661e61
fix errors 2021-11-29 14:21:41 +01:00
Benjamin Pasero e241749320
smoke - print more backup info 2021-11-29 14:05:40 +01:00
Sandeep Somavarapu e9c1057fbc
#15756
- migrate pre-release extensions in the background
- enable the migrated extension only on reload
2021-11-29 14:04:30 +01:00
Benjamin Pasero 18c6692316
tests - print main process pid when killing fails 2021-11-29 13:48:27 +01:00
João Moreno eafeb7d3da
build: 👷 give names to the api proposal tasks
cc @jrieken
2021-11-29 13:47:51 +01:00
Benjamin Pasero 7aaa0aefd9
smoke - always print tasks 2021-11-29 13:40:27 +01:00
Ladislau Szomoru 950423bece
Fix #137409 2021-11-29 12:48:47 +01:00
Johannes Rieken b060030336
workaround for https://github.com/microsoft/vscode/issues/136982 2021-11-29 12:45:53 +01:00