Commit Graph

67398 Commits

Author SHA1 Message Date
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
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
Johannes Rieken
6eb2604096 implement NotebookEditor#setOptions instead of forceReload trick 2020-06-18 11:56:09 +02:00
Sandeep Somavarapu
eefe7b942f move readme and changelog props to IExtension 2020-06-18 11:31:52 +02:00
Johannes Rieken
c66ac0387c move perf data into separate file that's ignored by search, fyi @sandy081 2020-06-18 11:21:23 +02:00
Johannes Rieken
cda677da09 make NotebookConcatTextDocument extends "normal" TextDocument, https://github.com/microsoft/vscode/issues/100186 2020-06-18 11:10:23 +02:00
Dirk Baeumer
0980b4d681 Fixes #96794: php.validate.executablePath - Unable to override in workspace 2020-06-18 10:37:24 +02:00
Johannes Rieken
3281da1ce5 notebook - set forceReload when having cell options 2020-06-18 09:56:06 +02:00
Benjamin Pasero
2a9f87c3ce editors - clarify clearInput 2020-06-18 09:13:43 +02:00
Benjamin Pasero
031bb964fc editors - call setEditorVisible before removing editor from DOM and thus remove onWillHide() method (fix #100271) 2020-06-18 08:44:35 +02:00
Benjamin Pasero
6f28d89503 editors - remove onDidHide method (#100271) 2020-06-18 08:23:17 +02:00
Benjamin Pasero
063ea11611 editors - no need to dispose custom inputs 2020-06-18 08:06:45 +02:00
Jackson Kearl
4d91d96e5e Add assignment monitor 2020-06-17 21:10:40 -07:00
rebornix
69acdd4e14 editor association should override priority. 2020-06-17 19:49:25 -07:00
rebornix
e51bb9be57 fix unit test. 2020-06-17 18:31:53 -07:00
rebornix
6c68514534 Fix #100329. Content providers can contribute to undo/redo stack of a notebook document. 2020-06-17 17:08:09 -07:00