Commit graph

85246 commits

Author SHA1 Message Date
meganrogge
b34d2262da
clean up terminal dnd 2021-07-16 09:03:46 -07:00
Miguel Solorio
f70995e90d Fix #128798 2021-07-16 08:52:53 -07:00
Daniel Imms
f19e450b57 Show * as bell in terminal dropdown
Fixes #128859
2021-07-16 08:50:12 -07:00
Daniel Imms
51bbf51f0f
Add RequestStore helper, adopt in ptyhost and add timeout support (#128793)
* Create helper class for event with reply pattern in terminal

Part of #128786

* Adopt RequestStore in pty host

* Support timeout in RequestStore

Fixes #128786

* Docs

* Move request store to common

* Add request store test

* Undo bad changes to unrelated files
2021-07-16 08:41:05 -07:00
Johannes Rieken
b27a33cc43
no modern JavaScript for us 2021-07-16 17:34:00 +02:00
Sandeep Somavarapu
9034714485 remove buffered output channel model 2021-07-16 17:30:49 +02:00
Daniel Imms
5b6e5ed8b6
Merge pull request #128841 from microsoft/tyriar/tests_enable
Revert "skip failing tests - #128828"
2021-07-16 08:28:35 -07:00
Daniel Imms
740774991e Remove debug logs 2021-07-16 08:27:51 -07:00
Daniel Imms
1b96a77d1e Merge remote-tracking branch 'origin/main' into tyriar/tests_enable 2021-07-16 07:44:30 -07:00
Daniel Imms
43df6538a4 Update distro 2021-07-16 07:42:27 -07:00
Daniel Imms
c10a6f37e7 Merge remote-tracking branch 'origin/main' into tyriar/tests_enable 2021-07-16 07:40:37 -07:00
Sandeep Somavarapu
c2d065ee49
fix compilation 2021-07-16 16:25:30 +02:00
Sandeep Somavarapu
3383c1aadf
Merge pull request #128848 from microsoft:sandy081/output/loggers
use loggers for web output channels
2021-07-16 16:18:31 +02:00
Sandeep Somavarapu
cb572547d2 respect donotUseFormatters option 2021-07-16 16:13:06 +02:00
Daniel Imms
581b052e4c Merge remote-tracking branch 'origin/main' into tyriar/tests_enable 2021-07-16 07:11:21 -07:00
Daniel Imms
d2e9ff7ad8 Re-evaluate webgl terminals every session
I'm not sure why exactly but I've seen several reports of users getting stuck
not on the canvas renderer and switching to gpuAcceleration=on fixes the
problem. This indicates that there's a caching problem so this change goes the
safer route of just re-evaluating whether webgl throws in every single window.
The downside of this is that some environments may go:
1. Set WebGL, it throws
2. Set canvas, it's slow briefly
3. Set DOM

This will only happen once per window at least though.

Fixes #123077
2021-07-16 07:09:30 -07:00
Daniel Imms
1141593f92 Move gpu acceleration clearing to before updateConfig
Part of #123077
2021-07-16 07:09:27 -07:00
Logan Ramos
d9d118c7f7
Fix compiler errors 2021-07-16 10:04:57 -04:00
Daniel Imms
bbd67acb25 Remove replaceAll 2021-07-16 06:52:18 -07:00
Daniel Imms
a26f3b00c0 Improve ctx key names and documentation
Fixes #128850
2021-07-16 06:44:52 -07:00
Daniel Imms
3f5497713a Move terminal context keys into file/namespace
Part of #128850
2021-07-16 06:44:45 -07:00
Logan Ramos
8ec61e8c86
Ensure combined appenders respect product id too 2021-07-16 09:31:07 -04:00
Logan Ramos
be26cf639c
Add product identifier to telemetry appender 2021-07-16 09:31:07 -04:00
João Moreno
132e3783d0
smoke: fix vscode-test cache location 2021-07-16 15:23:48 +02:00
Daniel Imms
b8205f2aa4 Move terminal storage keys into own file
Part of #128850
2021-07-16 06:23:21 -07:00
Daniel Imms
f1aa475bf2 Consolidate terminal storage keys
Fixes #128849
2021-07-16 06:23:19 -07:00
Sandeep Somavarapu
57a5370b5d
use loggers 2021-07-16 15:11:26 +02:00
Daniel Imms
fcce57fc66 Debug logs in test 2021-07-16 06:05:34 -07:00
Daniel Imms
176d42ef24 Merge remote-tracking branch 'origin/main' into tyriar/tests_enable 2021-07-16 06:04:16 -07:00
Alex Ross
2177d4b4ab
Make task _id readonly 2021-07-16 14:59:34 +02:00
Sandeep Somavarapu
15c8678229
Fix #128843 2021-07-16 14:37:15 +02:00
Alex Ross
8f774f132e
Tree data transfer dnd (#128666) 2021-07-16 14:22:54 +02:00
Daniel Imms
4bcac02b15 Revert "skip failing tests - #128828"
This reverts commit 599f5d2c67.
2021-07-16 05:16:01 -07:00
Daniel Imms
7fbec639d4 Never pick local term service as primary if it's not there
Fixes #128839
2021-07-16 05:13:48 -07:00
João Moreno
bb5e8374d9
💄 2021-07-16 13:06:51 +02:00
João Moreno
8df547fef3
Merge branch 'main' into pr/117713 2021-07-16 13:03:08 +02:00
João Moreno
a9e4cb0874
oops 2021-07-16 12:50:07 +02:00
João Moreno
3c4fdb58a1
fix screenshots in smoketests
related to #122685
2021-07-16 11:58:52 +02:00
Sandeep Somavarapu
599f5d2c67
skip failing tests - #128828 2021-07-16 11:43:24 +02:00
João Moreno
f240d05f0c
Merge branch 'pr/110059' 2021-07-16 11:40:16 +02:00
João Moreno
0cbbbe7850
💄 fix list startup scroll sensitivity 2021-07-16 11:40:04 +02:00
Sandeep Somavarapu
9bc12cc126
only sync if local exists 2021-07-16 11:36:15 +02:00
Sandeep Somavarapu
4b6444d73b
Fix #127855 2021-07-16 10:39:07 +02:00
João Moreno
6fa69f37be
Merge branch 'main' into pr/110059 2021-07-16 10:29:29 +02:00
Sandeep Somavarapu
635038ff82
remove traces of web resources 2021-07-16 10:27:09 +02:00
João Moreno
565eec2e7d
Merge branch 'pr/119929' 2021-07-16 10:22:59 +02:00
João Moreno
c42ae713d8
💄 2021-07-16 10:22:36 +02:00
Alex Ross
cbde02b886
Failing test: Revert "Add isDefault to TaskGroup API (#128596)"
This reverts commit 48975dc080.
2021-07-16 10:16:16 +02:00
Sandeep Somavarapu
5f09d73d6f
#128816 skip failing tests 2021-07-16 09:01:09 +02:00
Matt Bierner
9adf0d85c7
Fix katex telemetry
This was broken when we switched over to shadow doms for the markdown content
2021-07-15 20:05:00 -07:00