Commit graph

80586 commits

Author SHA1 Message Date
João Moreno 186897d756
distro 2021-04-21 10:48:01 +02:00
Ladislau Szomoru 9e8377d8cd
TestWorkspaceTrustRequestService 2021-04-21 10:18:52 +02:00
João Moreno 3668a573ad
gh auth: fix staging server selection 2021-04-21 10:06:26 +02:00
isidor 479a224741
disable compare action when no active file, no need for notification
#119463
2021-04-21 09:56:48 +02:00
isidor 853f917190
notification updates: #119463 2021-04-21 09:41:03 +02:00
João Moreno 141ecfb798
mac specific actions should not respect web 2021-04-21 09:36:20 +02:00
João Moreno 820e70a460
gh auth: don't reach out to product.json 2021-04-21 09:31:06 +02:00
Matt Bierner 3236b8dd70
Revert "Enable the notebook renderer on web"
This reverts commit 7d9dcaca45.
2021-04-21 00:21:50 -07:00
Matt Bierner 9bacf617b2
Use clearer variable names 2021-04-21 00:21:48 -07:00
Johannes Rieken 625dcc3412
add enum-set for alternative commands and check the command type is a symbol navigation command 2021-04-21 08:43:14 +02:00
Johannes Rieken 07013ef4a3
update ref viewlet 2021-04-21 08:26:12 +02:00
Logan Ramos fc19174983
Move quick pick into editor override service (#121666)
* Move quick pick into editor override service

* Fix unspecified overrides

* Add the conflicting default logic

* grammar

* More verbose comment

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

* Ensure sidebyside

* Add clarification comment

* Fix tests

* Update notification wording

* Cleanup interface

* Fix failing notebook test and ugly casting

* Cleanup find editors

* Add group.findEditors test

* Make detail optional as suggested by @roblourens

* Rename active -> describes

* Add override service to openEditors

* Cleaner open editors code

* just some 💄

* fix openEditors to resolve overrides properly

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2021-04-21 08:25:47 +02:00
Benjamin Pasero 7095f4706c
unit tests (electron) - avoid sending circular structures over 2021-04-21 08:13:08 +02:00
Miguel Solorio 23a2409675
Update debug-auto-attach ext icon (refs #81760) 2021-04-20 21:58:33 -07:00
meganrogge e815d28785
fix #121655 2021-04-20 20:38:37 -07:00
Rob Lourens 27cf6a3807 Implement workspace trust for php-language-features 2021-04-20 19:52:34 -07:00
Rob Lourens 643756788f Allow running builtin php validation with a relative path configured to the php binary.
This was previously allowed, but the fix to use 'which' was too strict
2021-04-20 19:52:33 -07:00
Megan Rogge 609e717d75
Merge pull request #121704 from microsoft/merogge/menus
Context menus and move tabs buttons to the panel
2021-04-20 19:47:58 -07:00
meganrogge 21ae0ca0d4
fix #121736 2021-04-20 19:19:37 -07:00
Rob Lourens 91ee63fd0a Fix missing run buttons
Update kernel context when editor model changes
2021-04-20 18:00:46 -07:00
meganrogge 7947c4d3f8
tweak split view width work 2021-04-20 17:30:31 -07:00
meganrogge 1eb2a93ef3
fix #121631 2021-04-20 17:26:12 -07:00
Connor Peet 1d951484ed
testing: bump distro and make document polyfill work again 2021-04-20 17:03:37 -07:00
Rachel Macfarlane c67ac5d083
Remove path from github-authentication 2021-04-20 16:49:23 -07:00
Matt Bierner 1d54cdf54a
Avoid extra call to reveal if the editor is already active 2021-04-20 16:14:49 -07:00
Matt Bierner 9b8d52ded3
Fix calls to reveal for webviews that are inside of diff editors
Fixes #118764

When you call `.reveal` on a webview panel that is inside of an editor input, we should reveal the diff editor instead of the individual webview
2021-04-20 16:07:07 -07:00
Rachel Macfarlane 24c6f586dd
Add requireTrust to comments.openPanel setting 2021-04-20 15:34:18 -07:00
Daniel Imms 7c486f3a69
Merge pull request #121758 from benmccann/patch-1
Fix issue number in comment
2021-04-20 15:23:24 -07:00
Matt Bierner 7d9dcaca45
Enable the notebook renderer on web 2021-04-20 15:10:18 -07:00
Matt Bierner 3b20d95b3a
Consider updateOpen as signalling that project loading as completed
Fixes #119268
2021-04-20 14:23:39 -07:00
Miguel Solorio 0642a7c299
Update debug server ready ext icon 2021-04-20 14:15:46 -07:00
rebornix ce91f3a00f
fix unit test 2021-04-20 13:31:38 -07:00
rebornix 61f646674b
Merge branch 'notebook/dev' into main 2021-04-20 13:27:44 -07:00
João Moreno 7b23ff442e
more staging detection (#121769)
* more staging detection

* check for scheme
2021-04-20 13:19:06 -07:00
João Moreno ad3e7ea1c0
gh auth: look at staging query param (#121768) 2021-04-20 13:04:56 -07:00
Mike Lee efe612365f
feat: add support for additional surrounding pairs for markdown (#119982) (#121698) 2021-04-20 12:19:33 -07:00
Miguel Solorio ac48f78dd6
Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
Matt Bierner c32f4d0afd
Make collapse/expanse cell actions apply to all selected cells
Fixes #121695

Currently these commands just apply to the active cell
2021-04-20 11:56:11 -07:00
Matt Bierner 1764fc81a8
Add requiredForConfigurations for TS 2021-04-20 11:37:54 -07:00
Matt Bierner ae24966cce
Localize workspaceTrust 2021-04-20 11:35:02 -07:00
meganrogge b9c647ab3f
get rid of instantiation service 2021-04-20 11:25:08 -07:00
rebornix 3737f9eacf
fix #119866. 2021-04-20 11:18:31 -07:00
rebornix a818bda1aa
fix #121288. 2021-04-20 11:18:31 -07:00
Daniel Imms 3b3ec496f6 Adopt terminal ubuntu profile icon
Fixes #121737
2021-04-20 11:15:26 -07:00
isidor 3a862c2f7d
update wording 2021-04-20 20:13:35 +02:00
meganrogge 704f85a9db
split, configure, kill for the focused instance 2021-04-20 11:08:03 -07:00
Sandeep Somavarapu 0772410c7d
initialize installed extensions before starting extension host 2021-04-20 20:03:14 +02:00
Rob Lourens 3099237dba Max item width, style fixes for status bar items 2021-04-20 10:55:30 -07:00
Rob Lourens cc850ade50 Cell statusbar test 2021-04-20 10:55:30 -07:00
Rob Lourens b286729f35 Test cleanup 2021-04-20 10:55:30 -07:00