Commit graph

85262 commits

Author SHA1 Message Date
Daniel Imms
fc528bc5c1 Ensure external terminal cwd is a local path, use canonical
Fixes #100815
2021-07-16 13:40:27 -07:00
Rob Lourens
08e5cccb11 Fix #127898 2021-07-16 13:31:01 -07:00
Connor Peet
92f692d4a3
testing: update more nits 2021-07-16 13:18:06 -07:00
Daniel Imms
74fcf10908
Merge pull request #128866 from jeanp413/fix-128670
Fixes "Run python file in terminal" opens panel although a terminal editor is used
2021-07-16 13:01:51 -07:00
Daniel Imms
80a008a006 Update distro 2021-07-16 12:57:37 -07:00
Daniel Imms
9e19660f29 xterm@4.14.0-beta6
Diff: 6ae71ad...6f83809

Fixes #106981
2021-07-16 12:54:18 -07:00
Connor Peet
da7d92b8b1
testing: make test ids locally unique, instead of globally unique 2021-07-16 12:51:53 -07:00
Connor Peet
42c268a626
testing: clean up nits
- rename TestController.createRunConfiguration to .createRunProfile, and associated types
- rename TestItemCollection.remove to TestItemCollection.delete
2021-07-16 12:46:59 -07:00
Connor Peet
8a0f4763b1
notebooks: remove old renderer api 2021-07-16 12:46:58 -07:00
rebornix
d0c212ce1e re #119776. 2021-07-16 11:58:25 -07:00
jeanp413
ebb237c64c Fixes #128670 2021-07-16 13:48:42 -05:00
Megan Rogge
ad5970666d
Support setting color in TerminalOptions/ExtensionTerminalOptions (#128856) 2021-07-16 11:23:36 -07:00
Miguel Solorio
93886fd7f9 Don't use text link color on walkthrough close hover 2021-07-16 09:33:53 -07:00
meganrogge
71cc2b0cb0
bump distro 2021-07-16 09:31:21 -07:00
Daniel Imms
b4947565d2 Fix run active file in remote
Fixes #73451
2021-07-16 09:20:55 -07:00
meganrogge
46db251448
bump distro 2021-07-16 09:08:14 -07:00
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