68879 Commits

Author SHA1 Message Date
Alex Dima
547c1c2c61
Add web extensions filder in scanBuiltinExtensions 2020-07-27 14:23:10 +02:00
Alex Dima
c3ed1c89cb
Fix problem with missing vscode-web-playground 2020-07-27 14:23:10 +02:00
Alex Dima
6c99a9fca9
Fix that microsoft-authentication is a web extension 2020-07-27 14:23:10 +02:00
Sandeep Somavarapu
ada4dd0dff
Merge pull request #103297 from eltociear/patch-1
Fixed typo
2020-07-27 14:10:45 +02:00
Sandeep Somavarapu
4bca4f520e adopt test synchronizer 2020-07-27 13:25:28 +02:00
Alex Dima
fe1f200a43
update distro 2020-07-27 13:22:17 +02:00
Alex Dima
5ba8591765
Align build scripts 2020-07-27 13:18:17 +02:00
Sandeep Somavarapu
bf8b5c9a2e show preview for extensions 2020-07-27 12:18:29 +02:00
Sandeep Somavarapu
f5f7415e96 fix #103238 2020-07-27 11:51:08 +02:00
Sandeep Somavarapu
a9e9f70650 rename to editable resource preview 2020-07-27 11:24:29 +02:00
Sandeep Somavarapu
b63ccefbad #100315 rename to Settings Sync 2020-07-27 10:40:36 +02:00
Alex Dima
320fbada86
update distro 2020-07-27 09:01:46 +02:00
Alex Dima
7007770868
Small tweaks 2020-07-27 08:58:38 +02:00
Rob Lourens
50652f8189 Fix findFiles integration tests after PR even more 2020-07-26 18:35:14 -07:00
Sandeep Somavarapu
8ca1cf6293 refactor sync to reflect preview, merge, accept & apply. 2020-07-26 22:15:23 +02:00
Rob Lourens
e2de23c683 Fix integration tests 2020-07-25 09:21:27 -07:00
Ikko Ashimine
172f8f0ae6
Fixed typo
enviroment→environment
2020-07-25 14:07:56 +09:00
Rob Lourens
313381b678 Implement cell collapse for outputs
#100308
2020-07-24 18:54:08 -07:00
Tyler James Leonhardt
c53cc6546f
fix: PowerShell typo 2020-07-24 15:59:42 -07:00
Rob Lourens
c1cf8754ce Move cell collapse indicator to same vertical space as run cell 2020-07-24 15:44:33 -07:00
SteVen Batten
97e0239a8f remove unused import 2020-07-24 15:30:51 -07:00
SteVen Batten
f74e473238 fixes #103167 2020-07-24 14:06:15 -07:00
Jean Pierre
86c04f72be
Fixes regression: cannot open image with special characters '#', '?', '%' (#102189)
* Fixes #102188

* Add unit test for #102188
2020-07-24 13:58:54 -07:00
Matt Bierner
519ce367a3 Use asAbsolutePath instead of hardcoding path 2020-07-24 13:52:48 -07:00
Matt Bierner
d43491b79d Reduce number of files copied for TS web build 2020-07-24 13:52:48 -07:00
Rachel Macfarlane
33659eda9f Add codeExchangeProxyEndpoints to web api 2020-07-24 12:46:15 -07:00
SteVen Batten
b2d1932f68 fixes #103166 2020-07-24 09:53:09 -07:00
Rachel Macfarlane
3c96ef7d89 Update Microsoft auth callbacks 2020-07-24 09:11:50 -07:00
Alex Dima
2de4997494
Allow ms-vscode.references-view to use proposed API when running from sources 2020-07-24 15:53:42 +02:00
Daniel Imms
e8c3ff351b Log ext host terminal process requests 2020-07-24 06:46:25 -07:00
Alex Dima
d42e9162b9
Remove some extension package.json patching 2020-07-24 14:38:10 +02:00
Alex Dima
91cdca1bdb
Do not ship unnecessary files with extensions 2020-07-24 13:57:51 +02:00
Alex Dima
750baf0af6
Minify extension resources 2020-07-24 13:57:51 +02:00
Sandeep Somavarapu
a8b2444df1 fix accepting local and remote content during merge 2020-07-24 13:40:10 +02:00
Sandeep Somavarapu
bf9cc76621 show merge dialog only when there are merges from another machine 2020-07-24 13:31:07 +02:00
Sandeep Somavarapu
f6ec272bbd set turning on context using enablement and sync status 2020-07-24 12:35:22 +02:00
Sandeep Somavarapu
8ef53a3f08 #103238 Initialize as soon as one of the account providers is available 2020-07-24 12:13:12 +02:00
Sandeep Somavarapu
bc532589c1 💄 2020-07-24 12:13:12 +02:00
Alex Ross
8ba686c4e4 Allow background tasks in dependsOn
Part of #70283
2020-07-24 12:06:26 +02:00
Alex Dima
a7b1e06283
Add support for web worker extensions to define their entry point via "browser" 2020-07-24 10:41:04 +02:00
Alex Dima
98e653e82c
Add tests for deducing extension kind 2020-07-24 10:41:04 +02:00
Alex Dima
fd91d449f9
Improve default extensionKind detection 2020-07-24 10:41:03 +02:00
Alex Dima
2fa41fb23e
Add "web" as extensionKind to extensions which support this 2020-07-24 10:41:03 +02:00
Matt Bierner
731f9c2563 Prefer using data-href if it exists on a markdown preview link
Fixes #101203
2020-07-23 21:51:18 -07:00
Rob Lourens
db170566b8 Cell collapse indicator tweaks 2020-07-23 17:22:21 -07:00
Rob Lourens
4b8e0c732c Collapsing markdown, adding actions to menu and keybindings 2020-07-23 17:21:44 -07:00
Rob Lourens
13001de3b7 collapse with ... 2020-07-23 17:21:16 -07:00
rebornix
52dfde3e21 save kernel selection to memento if there is no isPreferred. 2020-07-23 15:30:51 -07:00
Miguel Solorio
3bd820b15c Make chevron always visible and vertically centered 2020-07-23 14:18:59 -07:00
Connor Peet
0955c0e78f
notebooks: initial implementation of 'pure' output renderers (#103125) 2020-07-23 14:15:42 -07:00