Commit graph

67513 commits

Author SHA1 Message Date
Benjamin Pasero b385fa7ceb editors - improve language 2020-06-19 14:53:55 +02:00
Benjamin Pasero 6de6876177 improve language in a few places 2020-06-19 14:53:55 +02:00
Daniel Imms 395b228387 Merge remote-tracking branch 'origin/master' into tyriar/link_providers 2020-06-19 05:26:26 -07:00
Daniel Imms c69da43f9f Improve language in terminal 2020-06-19 05:22:36 -07:00
Daniel Imms 10a7e8cc48 Fix hover anchor position when below 2020-06-19 05:19:58 -07:00
Benjamin Pasero 801ab0e2da
editors - move open with to editor (fix #100057) (#100466) 2020-06-19 14:05:48 +02:00
Benjamin Pasero 60d2192e32
editors - have a editor drop service (fix #99739) (#100464) 2020-06-19 14:05:35 +02:00
Benjamin Pasero fc4b55ee87
Clipboard: sync access is deprecated (fix #98556) (#100467) 2020-06-19 14:03:51 +02:00
Sandeep Somavarapu b015e717a4 upgrade semver 2020-06-19 09:48:40 +02:00
Jackson Kearl 8cd3fe080b Allow assigning "new release" issues 2020-06-18 15:07:19 -07:00
Jackson Kearl 09083d4be6 Allow assigning "needs more info" issues. 2020-06-18 15:06:31 -07:00
Matt Bierner 35c3393828 Restore old remote uri normalization for remote uris
For #100442

When we moved the webview resource protocol to the main process, I updated the uri normalization logic so that it could load remote resources properly. This however broke VSO since their resources are still loaded from the renderer process.

This change restores the old normalization for the renderer side resource loader.
2020-06-18 13:59:22 -07:00
Matt Bierner d34c4fccdb Remove duplicate implementation of loading resources
For #100442

Also make sure we use the correct scheme for the making requests
2020-06-18 12:23:24 -07:00
Sandeep Somavarapu 80d8aff458 fix layering issues 2020-06-18 20:36:40 +02:00
Jackson Kearl 2cda7ae17a Update name 2020-06-18 11:34:41 -07:00
Matt Bierner a20f2e6ba5 Fix csp rewriting for iframe based webviews
For #100442

The csp field is a string, not the csp element itself

Also adds proper typings for it
2020-06-18 10:53:00 -07:00
Sandeep Somavarapu d04df068bd Show web builtin extensions in server less 2020-06-18 19:44:29 +02:00
rebornix 9b38a98bc4 skip undo/redo test. 2020-06-18 10:38:30 -07:00
Andre Weinand ab8267f7f4 revert fix for #95423; fixes #100508 2020-06-18 18:41:00 +02:00
rebornix 6230673810 re #100461. 2020-06-18 09:38:03 -07:00
Keshav Bohra 546a4488b4
Word fixes (#100301)
* fixed #99980

* reverting the change #99980, already fixed

* Fixed some commented words
2020-06-18 18:23:20 +02:00
Johannes Rieken 412e3fb8ec open overwrite should re-use existing editor even when the editor is optional, https://github.com/microsoft/vscode/issues/99496 2020-06-18 18:10:37 +02:00
Sandeep Somavarapu eabfdafba2 fix tests 2020-06-18 17:57:18 +02:00
Alex Ross ca74bac4b0 Update grammars 2020-06-18 17:35:13 +02:00
isidor 994e64fac1 explorer: properly set aria attributes on compact folders
fixes #86414
2020-06-18 16:56:36 +02:00
isidor 01630824e8 use label service for breakpoint path in breakpoints view
#100475
2020-06-18 16:21:29 +02:00
Benjamin Pasero 694abe219e 💄 stdin polish 2020-06-18 16:09:18 +02:00
Fedor Nezhivoi 314b58c8e1
switch to use iconv-lite-umd for #79275 (#100472)
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-06-18 16:08:17 +02:00
Sandeep Somavarapu 59bbd934ed introduce web extension management server 2020-06-18 16:02:35 +02:00
Sandeep Somavarapu 7c574546f7 Support built in extensions in serverless
- Use different entry point instead of static extensions
- Intrdouce web extension management service
2020-06-18 15:21:17 +02:00
Johannes Rieken 9683615c00 make ExtHostWindow a service so that it can be consumed in terminal world, fyi @Tyriar 2020-06-18 15:07:06 +02:00
Daniel Imms ef93f6eb65 Update 2020-06-18 05:53:38 -07:00
Daniel Imms a0558707ec Handle link on exthost 2020-06-18 05:15:04 -07:00
Daniel Imms a5b38858d2 Register via link manager 2020-06-18 04:41:27 -07:00
Alex Dima 453454b702
Move ExtensionHostManager instantiation into AbstractExtensionService 2020-06-18 13:32:38 +02:00
Alex Dima ecc3a31f25
Align ExtensionHostManager creation options 2020-06-18 13:29:09 +02:00
Alex Dima 48cfacffd2
More renames 2020-06-18 13:24:05 +02:00
Alex Dima 39e3340d04
Push not-null assertion further down to usage 2020-06-18 13:18:47 +02:00
Alex Dima 18f9cdaf37
Renames 2020-06-18 13:18:47 +02:00
Alex Dima 94bb862825
Remove isLocal & renames 2020-06-18 13:18:47 +02:00
Alex Dima 65c2dfeae7
Renames 2020-06-18 13:18:47 +02:00
Alex Dima 43ca86295d
Add IExtensionHost.kind 2020-06-18 13:18:46 +02:00
Alex Dima 6dfe214762
Rename IExtensionHostStarter to IExtensionHost 2020-06-18 13:18:46 +02:00
Alex Dima 6d380173a5
Web worker extension host always auto-starts 2020-06-18 13:18:46 +02:00
isidor 7f1cc0e429 fix tests 2020-06-18 12:41:35 +02:00
isidor 2e988d05db fixes #100475 2020-06-18 12:36:08 +02:00
isidor 95fa0209e8 callStack: use parent label for compressed callstack computation
#99736
2020-06-18 12:19:45 +02:00
isidor 09f3bb1d64 update classifer 2020-06-18 12:17:33 +02:00
IllusionMH 206c06b530 Step over surrogate pairs on zero-lenth matches (fixes #100134) 2020-06-18 13:11:59 +03:00
Johannes Rieken 6eb2604096 implement NotebookEditor#setOptions instead of forceReload trick 2020-06-18 11:56:09 +02:00