Sandeep Somavarapu
330cda8fec
Merge branch 'master' into extensiontoast
2020-07-28 09:12:45 +02:00
Sandeep Somavarapu
af2684afde
Merge pull request #103431 from tylerbrockett/bugfix/typo_cancelled_sync_that_is_in_progress
...
Fix typo in preferences sync - Canelled to Cancelled
2020-07-28 09:00:38 +02:00
Sandeep Somavarapu
8b83985cc7
Merge branch 'master' into bugfix/typo_cancelled_sync_that_is_in_progress
2020-07-28 09:00:17 +02:00
Matt Bierner
4600d36e76
Fixing url patterns for port mapping
...
Fixes #102449
This also enables path mapping in non-remote cases, which was supported before last iteration
2020-07-27 21:41:30 -07:00
Matt Bierner
7493065766
Fix webview special paths for resources and re-enable test
...
Fixes #103419
2020-07-27 21:41:30 -07:00
Aditya Thakral
9d72fcb0ae
Use paginated non virtual list in Settings Editor ( #103268 )
2020-07-27 20:46:02 -04:00
Tyler Brockett
c2c44f2874
Fix typo in preferences sync - Canelled to Cancelled
...
[userDataSync] [info] Auto sync: Canelled sync that is in progress
2020-07-27 13:39:51 -07:00
Pierce Boggan
feb05f7351
Fix runtime exception and add Teams
...
* Fix runtime exception and add Teams
* Update src/vs/workbench/contrib/tags/electron-browser/workspaceTagsService.ts
Co-authored-by: Andrii Dieiev <illusionmh@gmail.com>
Co-authored-by: Andrii Dieiev <illusionmh@gmail.com>
2020-07-27 13:28:51 -07:00
Ye-hyoung Kang
fcc2a4935e
Add filename patterns for jsconfig.json ( #103360 )
...
Add alternative filename patterns for jsconfig.json that will be recognized as JSONC when opened. This mirrors the accepted filename patterns for tsconfig.json.
2020-07-27 13:12:42 -07:00
Daniel Imms
4c145dbb40
Expose Terminal.hideFromUser on all ext hosts
...
Fixes #103288
2020-07-27 12:11:10 -07:00
Rob Lourens
54334035c3
Use bufferChangeEvents when setting many context keys in the notebook CellContextKeyMange
2020-07-27 11:08:50 -07:00
Alex Dima
88e6416265
comment out failing web integration test
2020-07-27 17:50:47 +02:00
Sandeep Somavarapu
0566554bb8
add more settings sync tests
2020-07-27 17:03:44 +02:00
Alex Dima
b50309d4ef
Fix running location determination in web + remote case
2020-07-27 16:54:43 +02:00
isidor
2f63aa9e55
fixes #102346
2020-07-27 15:48:43 +02:00
Sandeep Somavarapu
811e4ae35e
get accepted resource from synchronizers
2020-07-27 15:39:34 +02:00
Sandeep Somavarapu
139a993ce2
more synchronizer tests
2020-07-27 15:02:19 +02:00
Alex Dima
b8b392c109
update distro again
2020-07-27 14:28:11 +02:00
Alex Dima
e1213d267a
update distro
2020-07-27 14:26:38 +02:00
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
nrayburn
5d59184add
Change from dialogs to notifications in for extension actions
2020-07-25 19:05:17 -05: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