Commit graph

90544 commits

Author SHA1 Message Date
Sandeep Somavarapu fbc01b955e
Fix #138591 2021-12-08 11:02:24 +01:00
Benjamin Pasero 2c68d4de7e
smoke - always log with trace 2021-12-08 10:50:27 +01:00
Benjamin Pasero 52eaad0761
ci - add name of browser to web tests 2021-12-08 10:17:19 +01:00
Benjamin Pasero fbad065eea
Playwright: record a trace per failing test, not suite (#138600)
* smoke - record traces per test and not entire suite

* smoke - only persist failing tests

* smoke - cleanup

* smoke - more logging

* smoke - push a test failure to proof the point

* smoke - switch back to chrome for smoke tests

* smoke - warn when exit takes 10s

* Revert "smoke - push a test failure to proof the point"

This reverts commit e572a0c40d.
2021-12-08 10:09:30 +01:00
Henning Dieterichs cac5f8dd96
Merge pull request #138610 from microsoft/hediet/languageConfigurationRegistry
Adopts ILanguageConfigurationService where LanguageConfigurationRegistry was used.
2021-12-08 10:03:24 +01:00
Sandeep Somavarapu 6685f8c133
always use extension id from package.json for extension descriptions 2021-12-08 09:58:59 +01:00
Alex Dima 0e8c30c238
💄 2021-12-08 09:32:56 +01:00
Benjamin Pasero fa4e093030
backups - more shutdown tweaks 2021-12-08 08:42:22 +01:00
Benjamin Pasero 530480dcaa
lifecycle - add tests for shutdown events 2021-12-08 08:02:47 +01:00
Sandeep Somavarapu 2a6a8c59b3
#138511 format only while displaying 2021-12-08 02:20:54 +01:00
Sandeep Somavarapu 10cdcbbe13
#138511 format only while displaying 2021-12-08 02:19:30 +01:00
rebornix 35a17b1397
💄 2021-12-07 16:59:14 -08:00
Guy Barnard 1d99647096
Update webview service-worker invocation (#138258)
Update webview service-worker invocation to remove unnecessary variables in the query string that change on every invocation.  This causes a lengthy delay in certain browsers.

This affects built in webviews such as displaying image files as well as custom editor extensions.
2021-12-07 16:56:51 -08:00
rebornix ab76ef3666
fix unicode 2021-12-07 16:42:01 -08:00
Sandeep Somavarapu 46421dda25
#138511 simplify check if remote has changed and use throttled delayer for triggering local change 2021-12-08 01:36:43 +01:00
Benjamin Pasero 6739b4fd7c
Update filter when programmatically changing quick input value (#137857)
* Update filter when programmatically changing quick input value

* only filter when quick pick is visible
2021-12-07 16:32:42 -08:00
Peng Lyu 141fb55e0b update flickering optimization doc. 2021-12-07 16:31:38 -08:00
rebornix b5c1882326
Webview element fix up when it is beyond boundary. 2021-12-07 16:26:51 -08:00
rebornix 9610a77790
fast dom node for webview element in nb. 2021-12-07 16:26:51 -08:00
rebornix 1338ed5070
avoid tweaking list view. 2021-12-07 16:26:50 -08:00
rebornix d99e352bb6
initial attempt 2021-12-07 16:26:48 -08:00
Tyler Leonhardt a3e60d2dff
Add messages for rejected promises 2021-12-07 16:23:04 -08:00
Rob Lourens 3422499170 Force focus cell editor when needed
Fix #138544
2021-12-07 16:17:52 -08:00
Matt Bierner c2f4daf348
Update webview bits version for tests 2021-12-07 16:16:54 -08:00
Sandeep Somavarapu 2189e66f27
proper fix for #138515 2021-12-08 00:42:30 +01:00
Sandeep Somavarapu c98dde4409
#138511 use json stringify 2021-12-08 00:42:29 +01:00
Orta Therox fc4f41d9fc
Allow extensions to be able to make requests to the typescript extension's tsserver via commands (#138279)
* Allow extensions to be able to make requests to the typescript extension's tsserver via the command system

* Adds allowlisting the commands

Co-authored-by: Matt Bierner <matb@microsoft.com>
2021-12-07 14:42:47 -08:00
Raymond Zhao 21e0035bdb
Refresh Emmet updateImageSize tests
Fixes #138499
2021-12-07 13:42:20 -08:00
Matt Bierner 9acd320eda
Also skip notebook test temporarily 2021-12-07 13:28:32 -08:00
Matt Bierner 2edff15481
Temporarily skip webview tests
We need to bump the version of the webview src pulled in, but this requires getting a good build first
2021-12-07 13:03:03 -08:00
Tyler James Leonhardt 224701f74d
try remove timeouts in smoke tests for quickaccess (#138615) 2021-12-07 12:25:35 -08:00
Matt Bierner 26b621a773
Don't reject status indicator promise
Fixes #138453

Looks like `withProgress` does not handle rejections. To dismiss the indicator, we can simply resolve the promise instead
2021-12-07 12:08:39 -08:00
Matt Bierner 4024a1e84d
Experiment with using message channel to exchange webview messages
Currently all vscode <->  webview communication uses post message. This is a bit messy because we end up using a global `message` event listener on the VS Code side

Instead, it makes more sense to use a private message channel for this communication except for the initilization
2021-12-07 12:01:24 -08:00
Tyler James Leonhardt f8455fc38e
update to windows latest in azure pipelines (#137691)
* update to windows latest

* use ExtractFile task instead of tar directly
2021-12-07 11:58:07 -08:00
Megan Rogge 8a135f734e
fix #128406 2021-12-07 11:19:02 -08:00
Tyler Leonhardt a5c5b6a062
Strip out icons in the native hover. Fixes #2488 2021-12-07 09:41:14 -08:00
Daniel Imms edefc276b8 Remove only 2021-12-07 09:21:45 -08:00
Daniel Imms 4a959befed Reject xterm writeP when it takes over 2 seconds
Part of #138273
2021-12-07 09:09:51 -08:00
Daniel Imms e424ed6a7b Disable TerminalCommandTracker
Part of #138609
Part of #138273
2021-12-07 09:00:32 -08:00
Alex Dima 45bad977da
Add test for Linux - Hangul 2021-12-07 17:58:15 +01:00
Alex Dima 7af42b4d9b
Fixes #118365: Remove 'Droid Sans Fallback' from default Linux font family because it causes rendering problems for Korean glyphs 2021-12-07 17:55:58 +01:00
Daniel Imms f8cb7b25a0 Make all TerminalConfigHelper unit tests sync
Not sure why this would hang as the TestConfigurationService call just returns a
resolved promise. Regardless, this should fix async timeout issues a the tests are
now all sync.

Fixes #138584
2021-12-07 08:51:13 -08:00
Logan Ramos 9ec4aed235
Fix #135360 2021-12-07 11:50:33 -05:00
Alexandru Dima 51d7dd1a73
Selective task provider activation using a new onTaskType: activation event (#137662) 2021-12-07 17:43:38 +01:00
Jackson Kearl 6ee5fe3e9d Pull in req. packages 2021-12-07 08:42:46 -08:00
Jackson Kearl b2e10fed3f Implement round-robin classifier
Fixes #136688
2021-12-07 08:42:14 -08:00
Henning Dieterichs 1ffb4149d7
Fixes use of accessor after await. 2021-12-07 17:40:00 +01:00
Johannes Rieken 70f7866175
Merge pull request #138581 from microsoft/joh/onWillCancel
expose CancellationToken on onWill-file events
2021-12-07 17:32:50 +01:00
Henning Dieterichs 7170786e0f
Adopts ILanguageConfigurationService where LanguageConfigurationRegistry was used. 2021-12-07 17:23:25 +01:00
Henning Dieterichs 74aa0cb3ad
Implements runAndSubscribe utility function. 2021-12-07 17:21:05 +01:00