Commit Graph

936 Commits

Author SHA1 Message Date
rebornix
0ca10b2bf8 accessible mimetype display order 2020-04-28 17:50:29 -07:00
rebornix
0421b831ad Fix #92794. allow customize placeholder for input box 2020-04-27 16:13:10 -07:00
Rachel Macfarlane
f70ea77e76 Reorder cancel button, fixes #96065 2020-04-27 10:45:41 -07:00
SteVen Batten
2ace2ab24a fixes #93939 2020-04-27 09:50:36 -07:00
Rachel Macfarlane
6560269b22 Simplify auth provider consent dialog wording 2020-04-27 08:10:46 -07:00
Andre Weinand
8ec6ec7dc1 rename "Trigger" to "TriggerKind"; see #88230 2020-04-27 16:07:26 +02:00
Andre Weinand
78b071d803 proposed dynamic launch config API: rename 'scope' to 'trigger' 2020-04-26 19:00:47 +02:00
Miguel Solorio
1b2f8b3a88 Remove unused svg (ref #95494) 2020-04-24 10:17:32 -07:00
Sandeep Somavarapu
f33dabe7a4 fix #95494 2020-04-24 16:39:05 +02:00
Matt Bierner
f35758ab21 Rename supportsMultipleEditorsPerResource -> supportsMultipleEditorsPerDocument
For #77131
2020-04-23 17:33:06 -07:00
Rachel Macfarlane
993dfc31c6 Add trusted extensions for #93332 2020-04-23 14:34:24 -07:00
Matt Bierner
7d238f4281 Add 'open with' to the explorer context menu (#95805)
This change primarly adds a new `Open with...` entry to the explorer context menu. To do this however, I had to make a few other changes:

- Add a new explorer context key for availible editors
- Moved the editor select prompt into a new function called `openEditorWith`
- Use `openEditorWith` for the new `open with` explorer command as well as for the `reopen with` command
2020-04-23 14:16:36 -07:00
Rachel Macfarlane
2e5312cd61 Add account id to authentication session object 2020-04-22 18:00:16 -07:00
rebornix
5121bac41d NotebookEditor.selection 2020-04-22 13:44:00 -07:00
SteVen Batten
ccffe89697 move view container registry api into view descriptor service 2020-04-22 13:04:16 -07:00
Matt Bierner
70a890efb6 Make _workbench.openWith support other editor types
For #94408

Moves this out of custom editors
2020-04-21 14:44:24 -07:00
Johannes Rieken
01c243f25f fix #95715 2020-04-21 11:47:13 +02:00
Sandeep Somavarapu
600995bb86 Merge pull request #95721 from microsoft/sandy081/viewsModel
Unify view descriptor and view model into IViewContainerModel
2020-04-20 20:47:31 +02:00
Andre Weinand
1451fab698 add dynamic debug config API 2020-04-20 13:26:20 +02:00
Sandeep Somavarapu
f0ab6627c4 move and implement views model to view descriptors model 2020-04-17 19:40:52 +02:00
Rachel Macfarlane
1b3a50ce31 Clear account usages on sign out 2020-04-17 09:05:27 -07:00
Rachel Macfarlane
87287d0275 Code cleanup, remove stuff related to sign in commands 2020-04-16 19:29:56 -07:00
Matt Bierner
5913061e1b Allow a custom editor to opt out of supporting multiple instances for a single resource
#77131
2020-04-16 17:40:20 -07:00
Matt Bierner
5426f5ff70 Add CustomDocumentContentChangeEvent
For #77131

- Rename `onDidEdit` to `onDidChange`
- Allow custom editors to fire a `CustomDocumentContentChangeEvent` that only marks the editor as dirty but does not enable undo/redo. The only way for editor to get out of this dirty state is to either save or revert the file
2020-04-16 17:40:20 -07:00
Rachel Macfarlane
4df533375e Show provider name next to account, fixes #95476 2020-04-16 15:13:55 -07:00
Sandeep Somavarapu
650eaa262d Merge branch 'master' into sandy081/sync-auth-flow 2020-04-16 19:36:14 +02:00
Johannes Rieken
ab24124841 use map over switch, "more strict" signature, don't send default type, https://github.com/microsoft/vscode/issues/95325 2020-04-16 16:14:12 +02:00
Sandeep Somavarapu
ae0bd40fb8 Merge branch 'master' into sandy081/sync-auth-flow 2020-04-16 13:08:40 +02:00
Sandeep Somavarapu
ca16694028 Merge branch 'master' into rmacfarlane/signOutDialog 2020-04-16 13:06:09 +02:00
Sandeep Somavarapu
005beb223a Merge branch 'master' into rmacfarlane/noAccountsMenu 2020-04-16 13:04:44 +02:00
Rachel Macfarlane
b3e5bf6de2 Show confirmation dialog on sign out listing everything using the account 2020-04-16 13:02:36 +02:00
Rachel Macfarlane
3a64a78139 Show confirmation dialog on sign out listing everything using the account 2020-04-15 17:10:53 -07:00
Rachel Macfarlane
197ac4ce64 Show a context menu item when not signed into any accounts 2020-04-15 16:18:04 -07:00
Rachel Macfarlane
456baffe47 Remove session from sessions map on logout for auth providers 2020-04-15 16:14:56 -07:00
Sandeep Somavarapu
545c747f0b - add sync actions to account dropdown
- remove sign in actions from account dropdown
2020-04-15 19:32:59 +02:00
Sandeep Somavarapu
02369c7dc2 Revert "integrate sync turn on/off with account"
This reverts commit 4d0266b5b2.
2020-04-15 19:14:45 +02:00
Matt Bierner
e31bbff8a8 Passing backup id through restored custom editors 2020-04-15 10:02:47 -07:00
Sandeep Somavarapu
4d0266b5b2 integrate sync turn on/off with account 2020-04-15 16:49:40 +02:00
Matt Bierner
bbb4b8e208 Try cancelling saves for custom editors if another save comes in
Fixes #93901
2020-04-13 16:07:38 -07:00
Rachel Macfarlane
061f4967f9 Show sign in entry for all auth providers in accounts menu, fixes #94488 2020-04-13 14:28:07 -07:00
Rachel Macfarlane
2bb2507f01 Show active account usage in account menu, fixes #94635 2020-04-13 11:48:00 -07:00
isidor
9187e9a718 status bar: if there are icons in the text use the tooltip for the aria label
#94677
2020-04-13 11:35:41 +02:00
Rachel Macfarlane
335de3b713 Fixes #95020, add extension to trusted list when confirming login 2020-04-11 13:27:24 -07:00
isidor
b7a9bfa7f9 add ariaLabel to IStatusbarEntry
fixes #94677
2020-04-10 17:31:57 +02:00
Rachel Macfarlane
95bc288b23 Show sign out notification for all auth providers, fixes #94634 2020-04-09 13:55:29 -07:00
João Moreno
8ceb90a807 fixes #93493 2020-04-09 15:22:27 +02:00
Matt Bierner
d4ce7148dd New custom editor API proposal
For #77131

Fixes #93963
Fixes #94515
Fixes #94517
Fixes #94527
Fixes #94509
Fixes #94514
Fixes #93996
Fixes #93913

This removes explicit edits from the API and reshapes the API to more closely match VS Code's internal API. The change also tries to better express the lifecycle of backups
2020-04-08 17:53:39 -07:00
Christof Marti
060e23075c Fix QuickInput result types (fixes #91877) 2020-04-08 11:40:34 +02:00
Rachel Macfarlane
ace72b77c5 Update trusted extensions flow again 2020-04-05 15:03:17 -07:00
Matt Bierner
8c4b52e622 Show an error message when creating a custom document fails
Fixes #93995
2020-04-02 16:49:41 -07:00