Commit graph

85278 commits

Author SHA1 Message Date
Sandeep Somavarapu
76d77bf313
FIx #128844 2021-07-19 09:45:06 +02:00
Sandeep Somavarapu
4e8851e90a
Merge pull request #128845 from microsoft/tyriar/skip_fade
Show hover immediately when moving from related icons
2021-07-19 09:44:02 +02:00
Johannes Rieken
536880cc16
Merge pull request #128857 from movermeyer/mo.fix_my_private_field_mistake
Remove private field from constructor
2021-07-19 09:28:52 +02:00
Jackson Kearl
d624242076
remove title override in new file menu contribution point 2021-07-18 11:47:30 -07:00
Jackson Kearl
56cbde963b
Fix #128796 2021-07-18 11:47:29 -07:00
Jackson Kearl
2cfd397312
Change location of Show More Walkthroughs link
Closes #128860
2021-07-18 11:47:29 -07:00
Sandeep Somavarapu
f491d5ce97 finetune extension editor 2021-07-17 09:37:07 +02:00
Sandeep Somavarapu
ac90351320 fix extension hover when activitybar is on right 2021-07-17 09:04:43 +02:00
Connor Peet
58e4104f48
testing: fix comp error 2021-07-16 21:10:07 -07:00
Tyler Leonhardt
466aac0488
change setting to workbench.editor.untitled.languageDetection 2021-07-16 17:23:27 -07:00
Connor Peet
9d9a283d40
testing: fix show only in active document not working
Fixes #128824
2021-07-16 16:53:35 -07:00
Tyler James Leonhardt
8f88009816
Initial support for language detection (#128708)
* initial language detection

* add configuration and extra event on UntitedTextEditorService

* check isWeb, use beter mode API, include model in unpacked

* typo in path
2021-07-16 16:43:23 -07:00
Matt Bierner
27858a0faf
Remove the built-in markdown rendering for notebooks (#128806)
This switches our notebooks to always use contributed markdown rendering instead of our built-in markdown renderer

We'd held off on switching over due to accessibility. I've tried to address this using the `aria-describedby` attributed to link the markdown container with a copy of rendered (and sanitized) html from the webview.
2021-07-16 15:44:04 -07:00
Connor Peet
cf77875d5c
testing: lazily expand root level items, too 2021-07-16 14:46:17 -07:00
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
Michael Overmeyer
253fdf5a91 Remove private field from constructor
It was incorrectly placed there by me in https://github.com/microsoft/vscode/pull/128571
2021-07-16 11:38:32 -04: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