Commit graph

80805 commits

Author SHA1 Message Date
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
5c3383251a
unique working copy type id, stricter view types 2021-04-21 09:06:32 +02: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
Johannes Rieken
2e79d9e362
Merge branch 'main' into notebook/dev 2021-04-21 07:48:26 +02:00
Miguel Solorio
23a2409675
Update debug-auto-attach ext icon (refs #81760) 2021-04-20 21:58:33 -07:00
Rob Lourens
a72b1574b3 Double click on the middle part of a collapsed cell should expand it
Fix #119777
2021-04-20 21:26:46 -07:00
Rob Lourens
65d1d29f7b Remove unused statusbar styles 2021-04-20 21:26:05 -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
Rob Lourens
64282aa6b7 Use new cell statusbar for execution items.
Support color and icon info on cell statusbar items.
2021-04-20 17:57:25 -07:00
Rob Lourens
bc8c79c8f2 Fix missing run buttons
Update kernel context when editor model changes
2021-04-20 17:55:31 -07:00
rebornix
e23c988571
remove custom metadata internally 2021-04-20 17:50:10 -07:00
rebornix
1315dbe495
remove breakpointMargin internally. 2021-04-20 17:45:30 -07:00
rebornix
b7d27a057d
remove cellEditable internally. 2021-04-20 17:43:03 -07:00
meganrogge
7947c4d3f8
tweak split view width work 2021-04-20 17:30:31 -07:00
rebornix
158ba0de72
fix typings. 2021-04-20 17:30:27 -07:00
meganrogge
1eb2a93ef3
fix #121631 2021-04-20 17:26:12 -07:00
rebornix
e986377a62
move NotebookRange. 2021-04-20 17:11:07 -07:00
rebornix
17fa323596
more jsdoc 2021-04-20 17:05:49 -07:00
Connor Peet
1d951484ed
testing: bump distro and make document polyfill work again 2021-04-20 17:03:37 -07:00
rebornix
8711b2dc92
remove deprecated transientMetadata. 2021-04-20 16:53:09 -07:00
rebornix
2da0096155
remove deprecated custom metadata. 2021-04-20 16:51:50 -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
Daniel Imms
7d45a4503a Allow ThemeIcons to be used as decorations
Fixes #121483
2021-04-20 15:04:51 -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
851613fe47
fix unit test 2021-04-20 13:32:10 -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