Commit Graph

90679 Commits

Author SHA1 Message Date
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
3471baf4d4 Remove ordering by value and description 2021-12-07 14:37:22 -08:00
Raymond Zhao
df97a577be Fix whole word matching strategy 2021-12-07 14:37:21 -08:00
Raymond Zhao
77aaeaf644 Add match-type sorting to filterSettings 2021-12-07 14:35:38 -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
Alex Ross
5cfed19ad7 Add trace logging to terminal task system
Part of #134431
2021-12-07 16:18:32 +01:00
Johannes Rieken
d1ae860377 No need for trusted types in extHost worker and worker extension loading, https://github.com/microsoft/vscode/issues/138588 2021-12-07 15:14:44 +01:00
Alex Ross
95dcb89a92 Update grammars 2021-12-07 15:12:01 +01:00
Alex Dima
a2da2566b5 Fixes #137866: Keep the web worker extension host iframe origin stable by storing it in local workspace storage 2021-12-07 15:03:07 +01:00
Johannes Rieken
acbb31b213 💄 2021-12-07 14:44:07 +01:00
Alex Dima
0a81bd1bbf Use an identical CSP for both https and http (enabled by using 'self') 2021-12-07 14:40:56 +01:00
Alex Dima
5cd3e31c2b Always run the web worker extension host in an iframe 2021-12-07 14:30:08 +01:00
Henning Dieterichs
2657005896 Extract indent/bracket guides logic from TextModel to GuidesTextModelPart. 2021-12-07 14:28:05 +01:00
Alex Dima
b2e9a3e2e2 Remove deprecated ways of configuring the web worker extension host iframe src 2021-12-07 14:09:35 +01:00
Sandeep Somavarapu
5a9e780f0a fix #138515 2021-12-07 14:07:45 +01:00
Henning Dieterichs
55c15b14d0 Revert "Extract indent/bracket guides logic from TextModel to GuidesTextModelPart."
This reverts commit b4b5567d65.
2021-12-07 13:50:26 +01:00
Alexandru Dima
0b6c70df0b Merge pull request #138520 from microsoft/joh/iframeWebWorker
wrap web worker inside iframe when running in desktop
2021-12-07 13:45:12 +01:00
Henning Dieterichs
b4b5567d65 Extract indent/bracket guides logic from TextModel to GuidesTextModelPart. 2021-12-07 13:36:23 +01:00
Alex Dima
3eee722d2e Reuse httpsWebWorkerExtensionHostIframe when running locally in the desktop (by allowing 'self'). This change does not relax in any way the CSP in the web case since https: was allowed before. 2021-12-07 13:12:41 +01:00
Henning Dieterichs
b54608012b bracketPairs -> bracketPairsTextModelPart 2021-12-07 12:40:13 +01:00
Henning Dieterichs
f5ecc176c9 Implements dynamic dependency check for both get and _read. 2021-12-07 11:36:34 +01:00
Alex Ross
26ccfac245 Fix command line building for linux -> Windows remote
Part of #5989
2021-12-07 11:33:09 +01:00