Commit graph

55932 commits

Author SHA1 Message Date
Matt Bierner 7b4dc670fe Try encapsulting some parts of webview message handling 2019-10-17 10:50:35 -07:00
Matt Bierner 94a00a3151 Handle new style vscode-resource paths for iframe based webviews on desktop
Fixes #81847
2019-10-17 10:50:35 -07:00
Matt Bierner 56304bd621 Remove some casts
This cast was hiding a potential bug where extensionId was being used as a string
2019-10-17 10:50:35 -07:00
Matt Bierner f23970494b Remove some extra conditional checks
Removing these since strict null checking should catch the a compile time. If there are any places where undefined is getting incorrectly passed in, we'd like to know about these
2019-10-17 10:50:35 -07:00
Matt Bierner 8a6eee1d54 Remove extra call to toDisposable 2019-10-17 10:50:34 -07:00
Matt Bierner 634bf03cc4 Webview editors -> custom editors 2019-10-17 10:50:34 -07:00
Matt Bierner d6ab43118d Create WebviewExtensionDescription in extHostProtocol 2019-10-17 10:50:34 -07:00
Matt Bierner 721886ce10 Allow registerWebviewEditorProvider to pass in a set of initial webview options
Fixes #82128
2019-10-17 10:50:34 -07:00
Connor Peet 881e92645e
minimap - fix renderer factory not caching last font family 2019-10-17 10:48:46 -07:00
kieferrm 3591c1b592 update bot message 2019-10-17 17:21:14 +00:00
Anirudh Rayabharam 2dbe34d816 Show breakpoints in overview ruler
This makes life easier when working with breakpoints in large files. Introduce a
new setting `editor.showBreakpointsInOverviewRuler` that controls whether this
is enabled or not. This setting is `false` by default. Use maroon for breakpoint
markers in the overview ruler to differentiate them from error markers.

Closes #15104.
2019-10-17 22:13:52 +05:30
Johannes Rieken d1849bfcd9 💄 2019-10-17 17:29:53 +02:00
Alexandru Dima c948b41010
Fixes #43012: Write vscode specific metadata to clipboard 2019-10-17 17:29:29 +02:00
Benjamin Pasero 47c84f3ff8 🆙 distro 2019-10-17 17:23:45 +02:00
Benjamin Pasero ffd35253af web - remove inlined csp 2019-10-17 17:18:38 +02:00
isidor 24bf6ecccb fixes #81170 2019-10-17 17:05:30 +02:00
Benjamin Pasero c6ffb611be
notifications - use aria role "dialog" for toasts (fix #82728) (#82758) 2019-10-17 16:57:22 +02:00
Alex Ross b1b9e42e2c
Add tasks config in workspace file (#81417)
Add tasks config in workspace file

Add tests and allow editing api for tasks
2019-10-17 16:52:45 +02:00
Alex Ross 4e0af00149 More tasks workspace file changes 2019-10-17 16:48:54 +02:00
Joao Moreno f367d0fe20 skip auth only for auto fetch
related to #72615
2019-10-17 16:19:26 +02:00
Joao Moreno 612b072362 Merge commit 'refs/pull/72615/head' of github.com:microsoft/vscode into pr/72615 2019-10-17 16:16:36 +02:00
João Moreno fd8383a6b0
Merge pull request #71525 from jmbockhorst/confirmUndoMerge
Confirm "Undo last commit" if its a merge commit
2019-10-17 07:01:23 -07:00
Joao Moreno 979ca1855d Merge branch 'pr/71434' 2019-10-17 15:52:34 +02:00
Joao Moreno 2125bcf9af 💄 2019-10-17 15:52:21 +02:00
Alex Ross c179d2f79a Task tweaks for tasks in workspace file
Part of #1435
2019-10-17 15:36:26 +02:00
Joao Moreno 1852e0c764 Merge commit 'refs/pull/71434/head' of github.com:microsoft/vscode into pr/71434 2019-10-17 15:35:22 +02:00
Joao Moreno 3fc8e407be fixes #68556 2019-10-17 15:31:11 +02:00
Benjamin Pasero 4af0c9f506 web - hide encoding related UI pieces for now until supported (related to #79275) 2019-10-17 15:29:48 +02:00
Andre Weinand 68e00d7730
Merge pull request #82704 from sksaifuddin/fix/78014/Fix-Special-Character
Fix #78014 Added Capability to escape |, < and >in addition to & and ^
2019-10-17 15:21:23 +02:00
Andre Weinand 6b37647f32
Merge branch 'master' into fix/78014/Fix-Special-Character 2019-10-17 15:20:48 +02:00
Joao Moreno 833f443d6a update inno updater to 0.8.2 2019-10-17 14:10:12 +02:00
Joao Moreno c3edc23ccc Merge remote-tracking branch 'origin/master' 2019-10-17 14:08:57 +02:00
Joao Moreno f901a47197 💄 git clone progress 2019-10-17 14:08:40 +02:00
Andre Weinand e3e6975684
Merge branch 'master' into fix/78014/Fix-Special-Character 2019-10-17 13:08:45 +02:00
Alexandru Dima dc50ec98d3
Fixes #43238: Do not comput brackets if the cursor count is too high 2019-10-17 12:57:49 +02:00
Joao Moreno 471b263ce5 Merge commit 'refs/pull/71341/head' of github.com:microsoft/vscode into pr/71341 2019-10-17 12:53:45 +02:00
Benjamin Pasero 1e108024e2 status - use alias only if it differs 2019-10-17 12:51:03 +02:00
Alexandru Dima 21359cdd26
Fixes #45920: Highlight enclosing brackets 2019-10-17 12:48:59 +02:00
Joao Moreno 91c01a6180 Revert "update inno_updater to 0.8.1"
This reverts commit dc95a4ea65.
2019-10-17 12:46:30 +02:00
Alexandru Dima 3230270909
Fixes #43371: Add selectBrackets argument to 'Select to Bracket' action 2019-10-17 12:40:03 +02:00
Andre Weinand 38d0072978
Merge branch 'master' into fix/78014/Fix-Special-Character 2019-10-17 12:35:32 +02:00
Joao Moreno dc95a4ea65 update inno_updater to 0.8.1 2019-10-17 12:33:34 +02:00
Alexandru Dima 26b7ed5245
Fixes #1772: Have bracket actions go to enclosing brackets when not on a bracket 2019-10-17 12:26:31 +02:00
Johannes Rieken 157a3ac5be add failing and ignored test for #45515 2019-10-17 12:25:21 +02:00
Johannes Rieken d6b04f3a84 adding setting 'editor.suggest.overwriteOnAccept' #10266 2019-10-17 11:58:19 +02:00
Johannes Rieken 7e71b7b125 add failing and ignored test for #79474 2019-10-17 11:58:19 +02:00
Joao Moreno 97b2c927c7 fixes #82677 2019-10-17 11:56:05 +02:00
Alexandru Dima 6f08e55886
Fixes #82579 2019-10-17 11:41:59 +02:00
Alexandru Dima 620a5e80a0
Fixes #82603: Remove SelectionClipboardController from web 2019-10-17 11:37:10 +02:00
Andre Weinand 48024f70eb
Merge branch 'master' into fix/78014/Fix-Special-Character 2019-10-17 11:33:46 +02:00