Commit Graph

90231 Commits

Author SHA1 Message Date
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
Matt Bierner f00c4da8b8 Update default webview commit 2021-11-29 12:27:23 +01:00
Alex Dima 9b525ea513 Simplify TextAreaWrapper 2021-11-29 12:23:36 +01:00
James Duley 9d24ab4a29 Fix grammar in task configuration error message. (#137898) 2021-11-29 11:56:22 +01:00
MalikIdreesHasanKhan 595d893fdc Fixed typos. (#135729) 2021-11-29 11:32:14 +01:00
Martin Aeschlimann 3d8b5674c7 [html] clean up request service: add CustomDataRequestService #135459 2021-11-29 11:25:21 +01:00
Johannes Rieken 414c15079b update endgame notebooks 2021-11-29 11:11:56 +01:00
Alex Dima a2cac5d927 Add dom events to TextAreaWrapper 2021-11-29 10:34:24 +01:00
Benjamin Pasero 687521092d smoke - print running tasks after smoke test run 2021-11-29 10:12:42 +01:00
Benjamin Pasero 12178a4cf7 unit - exclude more tests for node.js runs (#137853) 2021-11-29 10:02:03 +01:00
Benjamin Pasero 5bb653374f smoke - diagnose failing backup test 2021-11-29 09:56:19 +01:00
Sandeep Somavarapu fc55e8c38d do not show switch message for not installed 2021-11-29 09:15:01 +01:00