Commit graph

85292 commits

Author SHA1 Message Date
Martin Aeschlimann 8023f20a6b
update seti theme 2021-07-19 15:59:02 +02:00
Martin Aeschlimann 44488bc348
Merge branch 'main' into pr/adaex/123404 2021-07-19 15:45:52 +02:00
Ladislau Szomoru d2952be801
Fix #125048 2021-07-19 14:15:29 +02:00
Daniel Imms 747927bc2c confirmOnExit default to never
Via feedback
2021-07-19 04:09:47 -07:00
Sandeep Somavarapu f7a979540d
support enabling extensions through environment 2021-07-19 13:07:05 +02:00
Johannes Rieken 69a882951c
some more jsdoc for https://github.com/microsoft/vscode/issues/15533 2021-07-19 12:48:32 +02:00
Ladislau Szomoru 40a526594b
Fix #128691 2021-07-19 12:47:33 +02:00
Johannes Rieken a170a79b34
💄 2021-07-19 12:40:21 +02:00
Johannes Rieken 32b84717df
also add tsconfig.vscode-proposed-dts but don't enforce it yet 2021-07-19 12:22:25 +02:00
Johannes Rieken 96d0426174
add vscode-dts-compile-check to ensure that vscode.d.ts is self-contained, esp that it doesn't depend on vscode.proposed.d.ts, and that uses es5 only 2021-07-19 11:57:42 +02:00
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