Commit Graph

72806 Commits

Author SHA1 Message Date
João Moreno
eba1343a10 cleanup linux alpine build 2020-11-11 10:14:27 +01:00
Martin Aeschlimann
b7cb5e2e1a Merge pull request #109643 from eltociear/patch-1
Fixed typo 'sequece' to 'sequence'
2020-11-11 09:56:39 +01:00
isidor
f27d73be72 fixes #110353 2020-11-11 09:56:03 +01:00
Alex Dima
14140d2a19 Revert "Merge pull request #109049 from digeff/searchView/context/extensionPoints"
This reverts commit a1bb5ac207, reversing
changes made to 9a08a10708.
2020-11-11 09:46:47 +01:00
Johannes Rieken
31c034604e remove old forUris, rename forUris2 to forUris, https://github.com/microsoft/vscode/issues/110241 2020-11-11 08:43:08 +01:00
Alex Dima
7a322c44db Try to fix the build 2020-11-11 08:01:21 +01:00
Eric Amodio
3f62d10652 Removes deprecated IDefaultLayout interfaces 2020-11-11 00:33:03 -05:00
Rob Lourens
35f9bac07d Disable markdown smart select tests #110365 2020-11-10 20:02:24 -08:00
Rob Lourens
0572704226 Make settingLayout patterns strict
Fix #110129
2020-11-10 18:47:15 -08:00
Rob Lourens
7ba372c80c Fix tests 2020-11-10 18:29:13 -08:00
Matt Bierner
f23e47b9a2 Extract getParentFlowToElement 2020-11-10 17:50:11 -08:00
Matt Bierner
c8877809c9 Pass webview editors an explicit scoped context key service
Fixes #100953

Because webviews are not part of the normal dom, they also are not part of the normal editor context structure.

This change fixes that by allowing a webview to be passed an scoped context key service to use. Inside the webview, we then create a scoped context key service that flows back into the normal editor dom
2020-11-10 17:50:11 -08:00
Rob Lourens
aab1c59227 Use UriIdentityService for #110241 2020-11-10 17:29:55 -08:00
Connor Peet
a28b99d78b notebook: echo complete error object on preload function exception 2020-11-10 16:41:19 -08:00
Connor Peet
49695de8a1 notebook: execute kernel preloads in series
Fixes https://github.com/microsoft/vscode/issues/110338
2020-11-10 16:39:10 -08:00
Matt Bierner
a856e60a0c Better support dragging and dropping with webview views
Fixes #108953
2020-11-10 15:33:09 -08:00
Matt Bierner
10514bf423 Fix webview scrollbar colors for firefox
Fixes #83592
2020-11-10 15:09:15 -08:00
Matt Bierner
2b820b4bff Hook custom editor backup cancellation into the extension layer 2020-11-10 15:09:15 -08:00
Erik Krogh Kristensen
7a4e81a674 fix catastrophic backtracking when parsing markdown files (#109964) 2020-11-10 14:56:06 -08:00
Rob Lourens
a1bb5ac207 Merge pull request #109049 from digeff/searchView/context/extensionPoints
Added extensibility points for searchView/context
2020-11-10 14:41:20 -08:00
Daniel Imms
9a08a10708 Support ctrl+v PS override on Firefox too 2020-11-10 13:47:52 -08:00
Alex Dima
982bfc2334 Update decorations synchronously when the wrapping info changes 2020-11-10 22:00:39 +01:00
digeff
86f773db82 Merge remote-tracking branch 'origin/master' into searchView/context/extensionPoints 2020-11-10 12:58:25 -08:00
digeff
559f9b60d1 Applied feedback 2020-11-10 12:56:12 -08:00
Megan Rogge
63d15a97c7 Support character markup in mardown smart select (#110195)
* create tests and add selection functions for inline ranges
2020-11-10 11:38:27 -08:00
SteVen Batten
4bfa0a0aca fix build 2020-11-10 11:25:29 -08:00
Jackson Kearl
d2701267df Potential fix for microsoft/vscode-internalbacklog#1604 2020-11-10 11:24:01 -08:00
Rob Lourens
038835d88c Merge pull request #109551 from maldahleh/109255-support-detail-text-settings-dropdown
#109255 - Add encoding description to settings "File: Encoding" drop-down
2020-11-10 11:00:11 -08:00
SteVen Batten
1ffb469a15 add no-drag to context view css in menu.ts
fixes #110282
2020-11-10 10:55:35 -08:00
rebornix
1ce5b5773e fix #105757. 2020-11-10 10:52:29 -08:00
Rob Lourens
3030d4f380 Remove registered color for selectBoxCustom detail 2020-11-10 10:49:26 -08:00
rebornix
414c387375 fix #108950. 2020-11-10 10:36:23 -08:00
rebornix
0dafeae79f 💄 2020-11-10 10:36:23 -08:00
SteVen Batten
636c588eda Refactor DialogService to use model and contributions (#109980)
* refactor dialog service to use model and contrib

* address comments

* make inputargs extend showargs, same as result
2020-11-10 10:25:57 -08:00
isidor
57203b243d debug: add ability to close exception widget
fixes #88217
2020-11-10 19:17:02 +01:00
Rachel Macfarlane
92b9426701 Remove unused variable 2020-11-10 10:06:51 -08:00
Rob Lourens
014cca917e Merge branch 'master' into 109255-support-detail-text-settings-dropdown 2020-11-10 10:06:08 -08:00
Andre Weinand
cb23c0892e quote powershell arguments properly; fixes #68151 2020-11-10 18:52:58 +01:00
Connor Peet
5184dff52f terminal: fix typeahead edge case
Fixes #110042
2020-11-10 09:52:46 -08:00
Sandeep Somavarapu
fcfc8531aa #110241 fix tests 2020-11-10 18:52:11 +01:00
Rob Lourens
96acd5f37f Merge pull request #108401 from turara:resolve-78733
Add updateTextFromFindWidgetOrSelection method to SearchView
2020-11-10 09:49:14 -08:00
Rachel Macfarlane
3ef3247e85 Remove participants list from comment headers 2020-11-10 09:48:40 -08:00
Johannes Rieken
140ce6130d adopt latest references viewlet extensions, https://github.com/microsoft/vscode/issues/85636 2020-11-10 18:40:35 +01:00
SteVen Batten
e7a598f648 Allow context view to align with anchor (#110277)
* add alignment to custom context view
fixes #109681

* fix macOS
2020-11-10 09:39:07 -08:00
Sandeep Somavarapu
50416be1c6 #110241 Adopt TernarySearchTree.forUris2 2020-11-10 18:36:54 +01:00
Rob Lourens
00c4572909 Merge branch 'master' into resolve-78733 2020-11-10 09:32:10 -08:00
Raymond Zhao
7065675056 Fix #109177 2020-11-10 17:10:46 +00:00
Miguel Solorio
77154ae5c2 Merge pull request #110272 from microsoft/misolori/shadows
Clean up drop shadows
2020-11-10 08:51:32 -08:00
Miguel Solorio
0a7f58fbf7 Merge branch 'master' into misolori/shadows 2020-11-10 08:47:52 -08:00
Daniel Imms
5fbd3b43bb Style terminal scroll bar on Firefox
Part of #83592
2020-11-10 08:46:40 -08:00