Commit Graph

72824 Commits

Author SHA1 Message Date
Martin Aeschlimann
e69d768e53 adopt feedback for #109923 2020-11-11 15:44:49 +01:00
isidor
776193fdc0 explorer: reveal diff editor 2020-11-11 15:37:37 +01:00
Sandeep Somavarapu
ab7c9d605a fix reading store from config 2020-11-11 15:01:23 +01:00
Sandeep Somavarapu
740087a3e0 #109056 remove hack to use dialog service 2020-11-11 14:17:14 +01:00
Benjamin Pasero
61970cb6f3 preview - fix italic for description 2020-11-11 13:53:22 +01:00
Sandeep Somavarapu
fb5e7bae09 do not remove from remote if key is not registered - compute unregistered keys from last sync state 2020-11-11 13:27:21 +01:00
Sandeep Somavarapu
86621ccdee do not remove key in cloud if it is not registered 2020-11-11 12:30:48 +01:00
Johannes Rieken
87fd567da0 add commit characters to explain mode, https://github.com/microsoft/vscode/issues/110382 2020-11-11 12:16:55 +01:00
Johannes Rieken
efef7c1d15 layout code lens content widget when adding commands, fixes https://github.com/microsoft/vscode/issues/110332 2020-11-11 12:12:31 +01:00
Martin Aeschlimann
bcf2f23cef Can't save workspace locally when using remote extension. Fixes #109713 2020-11-11 11:41:52 +01:00
Martin Aeschlimann
49342801cd [semantic highlighting] improve fallback scope for macro. Fixes #110150 2020-11-11 11:41:52 +01:00
Johannes Rieken
14075af62e don't resolve code lens when typing, immediately resolve code lens after receiving them, fixes https://github.com/microsoft/vscode/issues/96783 2020-11-11 11:41:05 +01:00
Alex Ross
82c65e753f Add Refresh context menu action to candidate ports
Fixes microsoft/vscode-remote-release#2927
2020-11-11 11:05:27 +01:00
João Moreno
d4e1ae56ed fix alpine build 2020-11-11 10:57:41 +01:00
Alex Ross
5e5ce9ec53 Better compacting of URLs in ports view 2020-11-11 10:33:41 +01:00
Benjamin Pasero
8dc55cf219 fix sandbox
//cc @sandy081
2020-11-11 10:32:02 +01:00
Benjamin Pasero
8c8e2a888c debt - make dialog handlers a workbench core piece
//cc @sbatten
2020-11-11 10:29:14 +01:00
João Moreno
c58384b87b distro 2020-11-11 10:16:21 +01:00
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