Commit graph

65922 commits

Author SHA1 Message Date
Matt Bierner
d9f0f110f9 Don't compile testworkspace 2020-05-15 13:08:22 -07:00
SteVen Batten
055d8873c4 shift drag image
fixes #94042
2020-05-15 12:49:52 -07:00
Rob Lourens
c8c3c4e0b9 Fix bad cell focus listener 2020-05-15 14:08:49 -05:00
SteVen Batten
044a280d4e fix #96119 2020-05-15 11:50:40 -07:00
Jackson Kearl
e340b535f0 Fix bug causing quick actions to not auto-open the domain
Add notification of the domain that was tried to open when managing trusted domains in the editor
Fix #96855
2020-05-15 11:49:50 -07:00
Jackson Kearl
48235124d9 Dont repeat userDomains in trusted domains doc 2020-05-15 11:49:50 -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
rebornix
946d994d1b 💂 notebook tab switching and pick editor types. 2020-05-15 11:03:12 -07:00
Matt Bierner
9efb82eda9 Fix kind of SourceAddMissingImports 2020-05-15 10:39:43 -07:00
Matt Bierner
39fb3b1065 Mark add missing imports as preferred fixes
Allow auto fixing add missing imports if:

- There is only one possible import
- And there are no better fixes (such as spelling changes)
2020-05-15 10:39:43 -07:00
Matt Bierner
541b9eb7a6 Don't mark fix all actions as preferred
Fixes #97866
2020-05-15 10:39:43 -07:00
Rob Lourens
72e6925981 Fade out cell focus indicator when notebook editor does not have focus 2020-05-15 12:21:23 -05:00
Rob Lourens
95f4e177ff Fix cell context key service parenting
Fixes some cell commands when a child of the cell row is selected
2020-05-15 12:05:05 -05:00
Rob Lourens
0a022904f9 Fix up document focus when moving cell focus 2020-05-15 12:05:05 -05:00
Daniel Imms
36595f92d3 Throw an exception when line doesn't exist, rather than adding undefined to line 2020-05-15 09:35:10 -07:00
Daniel Imms
1a3ef44738 Fix exception when providing links on Windows
Fixes #95575
2020-05-15 09:35:10 -07:00
SteVen Batten
3abf49966d fixes #96583 2020-05-15 09:33:01 -07:00
rebornix
51055efe35 Working Copy resource uri from backup. 2020-05-15 08:53:44 -07:00
Johannes Rieken
db809fa542 use uri format for notebook cells that uses fragments, https://github.com/microsoft/vscode/issues/97881 2020-05-15 17:34:07 +02:00
Johannes Rieken
0a72cff694 update references viewlet, https://github.com/microsoft/vscode/issues/97881 2020-05-15 17:34:07 +02:00
Alex Ross
44770739a5 Fix updating tree view title before pane exists
Fixes #96219
2020-05-15 17:05:36 +02:00
isidor
7309285b3c diffReview: make underlying diff editor readonly
fixes #94199
2020-05-15 16:59:21 +02:00
Isidor Nikolic
33187ab34e
Merge pull request #97825 from microsoft/isidorn/accessibilityInformation
vscode api: introduce accessibilityInformation
2020-05-15 16:41:34 +02:00
Rob Lourens
ac0fc18ab6 Force cell to be focused when it gains focus 2020-05-15 09:18:08 -05:00
Rob Lourens
742e0463d1 Fix markdown sizing issue when image loads slow
#97841
2020-05-15 09:18:08 -05:00
Johannes Rieken
3604ff88a5 use compare-util instead of custom one, https://github.com/microsoft/vscode/issues/93368 2020-05-15 16:18:00 +02:00
João Moreno
ee84ac122d fix bad empty command on SCM 2020-05-15 15:42:42 +02:00
Rob Lourens
2b797bb3d6 Fix markdown cell sizing issue
#97841
2020-05-15 08:33:17 -05:00
Alex Dima
8a337101af
Move cursor calls through the viewModel 2020-05-15 13:32:12 +02:00
Sandeep Somavarapu
467996a743 #97810 throw error after logging 2020-05-15 13:30:03 +02:00
Sandeep Somavarapu
6c720e3b8c #97810 log error 2020-05-15 13:28:53 +02:00
Benjamin Pasero
6360ac0229 🆙 distro 2020-05-15 13:16:39 +02:00
Johannes Rieken
63edeb6629 update references viewlet 2020-05-15 13:08:56 +02:00
Johannes Rieken
b68da37516 don't hide attach to extension host 2020-05-15 13:08:56 +02:00
Benjamin Pasero
50d9f05334 fix #97880 2020-05-15 13:07:39 +02:00
João Moreno
fc1c8f656c Merge branch 'joao/mixin-builtin-extensions' 2020-05-15 12:34:14 +02:00
Sandeep Somavarapu
c2d64ad710 #93960
- simplify sync manage quick pick
- add reset action to sync data
2020-05-15 12:20:04 +02:00
João Moreno
57816d2245 distro 2020-05-15 12:15:33 +02:00
João Moreno
740ee0db8d better built-in extensions mechanism 2020-05-15 12:14:59 +02:00
Alex Dima
402c6415da
Reduce cursor API surface 2020-05-15 11:55:20 +02:00
Alex Dima
c71daba978
Manage cursor focus from viewModel 2020-05-15 11:48:12 +02:00
Johannes Rieken
a64787d4fd Update builtin extension ms-vscode.references-view
- ms-vscode.references-view -> 0.0.54 at 2020-05-15T09:08:44.893Z
2020-05-15 11:24:21 +02:00
Johannes Rieken
75fcb03c9e remove unused code 2020-05-15 11:23:48 +02:00
Jean Pierre
86538bf64c
Fixes assigning keybinding to workspace level task does not work
fixes #97159
2020-05-15 11:15:18 +02:00
Martin Aeschlimann
13952ac5b9 auto-renaming tags notifier popping up multiple times. Fixes #97833 2020-05-15 11:08:31 +02:00
João Moreno
4c36782f8e git api: publishRepository 2020-05-15 10:50:05 +02:00
João Moreno
6981f7c7fb 💄 2020-05-15 10:50:05 +02:00
João Moreno
6d127275f2 💄 2020-05-15 10:50:05 +02:00
isidor
4b60ba1f43 debug: rename toggle_logpoint -> add_logpoint
fixes #97877
2020-05-15 10:48:04 +02:00
isidor
9b9a9c40c3 remove annotation from debug console
fixes #97863
2020-05-15 10:43:55 +02:00