rebornix
55ac452768
webview id attached to notebook editor
2020-05-18 16:29:02 -07:00
rebornix
a14736ca5e
introduce visible notebook editors
2020-05-18 15:45:32 -07:00
rebornix
9a384768c3
Fix #97694 .
2020-05-18 10:35:43 -07:00
rebornix
2d6df55ad1
Notebook kernel preloads
2020-05-17 21:12:58 -07:00
Rachel Macfarlane
87b0c54586
Make AuthenticationSession a class and remove getAccessToken method, fixes #91554
2020-05-15 14:34:04 -07:00
Matt Bierner
307cb32f30
Add vscode-webview-resource protocol ( #97777 )
...
* Add vscode-webview-resource protocol
Adds a new protocol (`vscode-webview-resource`) for loading resources insides of webviews. This replaces the existing `vscode-resource` protocol and is registered on the main thread instead of in each renderer
This change also adds some rewriting logic to update any `vscode-resource:` references found in the main html to use `vscode-webview-resource` instead.
* Move webview protcol provider to own file
* Remove registration of vscode-resource scheme
* Remove use or parition for each webview
Now that we have a single shared protocol handler, we do not need to run each webview in its own partition
* Fix rewriting csp to use new protocol
* Update src/vs/code/electron-main/app.ts
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
2020-05-15 11:34:08 -07:00
Isidor Nikolic
33187ab34e
Merge pull request #97825 from microsoft/isidorn/accessibilityInformation
...
vscode api: introduce accessibilityInformation
2020-05-15 16:41:34 +02:00
rebornix
b9c163faee
asWebUri.
2020-05-14 17:53:33 -07:00
Rachel Macfarlane
9e5e032622
Always show confimation dialog on sign out, fixes #96612
2020-05-14 13:00:33 -07:00
isidor
dc31d5b59e
move accessibilityInformation to existing file and reanme to IAccessibilityInformation
2020-05-14 17:31:05 +02:00
isidor
6e50f24e64
vscode api: introduce accessibilityInformation
2020-05-14 17:25:46 +02:00
rebornix
e3c3ea27e0
Switch kernel info.
2020-05-13 18:26:41 -07:00
Rachel Macfarlane
b2e0c85030
Remove 'Show features using this account' picker, show timestamps in 'Manage trusted extensions', fixes #96367 , fixes #96357
2020-05-13 15:11:43 -07:00
rebornix
c120c15055
Fix postmessage on notebook editor.
2020-05-13 13:58:21 -07:00
rebornix
03acd2250a
Fix #96433
2020-05-13 12:47:39 -07:00
rebornix
a15661000f
adopt notebook kernel
2020-05-13 11:31:06 -07:00
Rob Lourens
eeac47cd7b
Fix, execute notebook in extension by passing 'undefined'
2020-05-13 11:29:01 -05:00
rebornix
d3c97cd998
Fix microsoft/vscode-github-issue-notebooks#26 .
2020-05-13 08:39:16 -07:00
Rachel Macfarlane
d0a3feff23
Add account activity badge and sign in command for auth provider requests
2020-05-12 20:35:03 -07:00
Martin Aeschlimann
bafca191f5
Extension API: window.activeColorTheme does not report the correct theme. Fixes #97369
2020-05-12 09:41:19 +02:00
Rachel Macfarlane
4a875e0d7c
Add getSession and hasSessions to authentication namespace
2020-05-11 18:32:36 -07:00
SteVen Batten
6b4258e724
allow icon and contextualtitle on views from exts
2020-05-11 16:44:28 -07:00
SteVen Batten
56b8c19205
support contextual title via containerTitle
2020-05-11 11:42:34 -07:00
Matt Bierner
e3bc0ad257
Unregister capabilities on provider dispose
...
Fixes #97060
2020-05-11 11:21:39 -07:00
rebornix
6ff9361158
Merge remote-tracking branch 'origin/master' into rebornix/hotexit
2020-05-06 12:43:00 -07:00
rebornix
4447915b00
saveAs
2020-05-06 12:42:36 -07:00
rebornix
b4dd66bc85
revert.
2020-05-06 11:43:19 -07:00
Sandeep Somavarapu
a54912ca12
Fix #96695
2020-05-06 10:56:12 +02:00
rebornix
cb7ea6e166
Remove notebook content provider
2020-05-05 18:43:25 -07:00
rebornix
1b5217985b
notebook document creation in UI side
2020-05-05 18:43:25 -07: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