Sandeep Somavarapu
a54912ca12
Fix #96695
2020-05-06 10:56:12 +02:00
rebornix
0d445385ea
Re #93265 .
2020-05-04 18:27:47 -07:00
Peng Lyu
cd49ae3a7d
Merge pull request #96810 from microsoft/rebornix/notebook-textbuffer
...
Text buffer in CellTextModel and hook up with Working Copy Service
2020-05-04 12:04:27 -07:00
SteVen Batten
bf79549ee3
default ext views' container icon to ext container
2020-05-04 11:51:14 -07:00
rebornix
39d562346c
Merge remote-tracking branch 'origin/master' into rebornix/notebook-textbuffer
2020-05-04 11:12:37 -07:00
Johannes Rieken
ce850e02d5
debt - don't send data that's not needed, make resolve a function not a property
2020-05-04 09:47:19 +02:00
rebornix
715b135887
Slim NotebookEditorInput and model service for notebookEditorModel.
2020-05-01 15:36:41 -07:00
kieferrm
829230a5a8
be defensive when checking remote authority
2020-05-01 04:38:52 +00:00
kieferrm
cab916c570
fix remote authority check
2020-05-01 04:37:15 +00:00
Matt Bierner
2a36b7d0d5
Fixing revert and close editor on reload
2020-04-30 18:01:22 -07:00
Rachel Macfarlane
f3297e3799
Add list of VSO allowed extensions
2020-04-30 17:44:55 -07:00
Johannes Rieken
ff4d96587f
ensure vscode.window.showTextEditor opens a text editor not a custom editor, #96397
2020-04-30 14:31:29 +02:00
Matt Bierner
cc1e59bd70
Make sure we pass through backupId in custom editors
...
Fixes #96484
2020-04-29 14:06:22 -07:00
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