Commit Graph

50347 Commits

Author SHA1 Message Date
Benjamin Pasero
8a34940782 revert fix #75354 2019-06-19 12:43:18 +02:00
Sandeep Somavarapu
a012a5929e update distro 2019-06-19 12:30:52 +02:00
Sandeep Somavarapu
664dacc8b2 move connection auth token out of web configuration 2019-06-19 12:30:16 +02:00
Sandeep Somavarapu
25405607d9 update distro 2019-06-19 12:19:36 +02:00
Sandeep Somavarapu
3f317783b6 Move remote user data from web configuration 2019-06-19 12:18:11 +02:00
Johannes Rieken
1db16ff18b fix #75263 2019-06-19 12:06:56 +02:00
Sandeep Somavarapu
4ac1c6fa7a rename docker extension 2019-06-19 12:04:19 +02:00
Sandeep Somavarapu
70115766a6 update environment changes 2019-06-19 12:03:28 +02:00
Sandeep Somavarapu
e3516139a5 fix file name 2019-06-19 12:00:47 +02:00
Sandeep Somavarapu
021839444b take web related changes 2019-06-19 11:55:53 +02:00
Johannes Rieken
781e61bf56 fix double encoding issue, https://github.com/microsoft/vscode-azure-account/issues/142 2019-06-19 11:53:12 +02:00
Benjamin Pasero
4a7e7b5cef comment out more tests (#74898) 2019-06-19 11:48:46 +02:00
Martin Aeschlimann
3bffb1561c code doesn't open in remote-wsl under WSL2. For microsoft/vscode-remote-release#714 2019-06-19 11:44:02 +02:00
Sandeep Somavarapu
659c8c00c8 fixing the workbench html adopting to server 2019-06-19 11:42:07 +02:00
Benjamin Pasero
613447d6b3 start to comment out tests (for #74898) 2019-06-19 11:26:27 +02:00
João Moreno
916f15bb69 Merge pull request #75706 from TBK/patch-1
Add support for APKBUILD
2019-06-19 11:26:24 +02:00
Johannes Rieken
300e4bdf2a fix #75746 2019-06-19 11:18:32 +02:00
Johannes Rieken
c8843e3b0d final touch at heap service removal, #74846 2019-06-19 10:58:24 +02:00
Sandeep Somavarapu
a409cd27a5 update distro 2019-06-19 10:56:10 +02:00
Matt Bierner
01fe3fe6c1 Cleaning up service-worker impl
- Reducing duplicated code
- Clearer event names
- Extract methods
- Store data instead of requests
2019-06-19 01:09:44 -07:00
Johannes Rieken
c96781cc17 Merge pull request #75731 from rdeline/code-inset-fix
Code inset fix
2019-06-19 09:53:17 +02:00
Matt Bierner
29c0595809 Add experimental port mapping support inside of iframed based webviews
Hooks up a prototype of how we could support some types of port mapping inside of webviews. It uses the same service-worker based approach that we use for loading local resources inside of webviews.

This does not work for loading iframes however as iframe `src` requests go to the service worker of the `src` origin (not the service worker of the parent that contains the iframe). Not sure if this can be worked around. Two alternatives if we can't:

* Add api for getting the mapped port.
* Dynamically rewrite the input html

Both are not ideal as they may require eagerly opening tunnels (we open them lazily at the moment)
2019-06-19 00:27:17 -07:00
Matt Bierner
0a9ba2cadd Extract port mapping to class so it can be reused
Also removes telemetry on which extensions were using localhost resources as it is no longer required
2019-06-19 00:27:16 -07:00
Christof Marti
a9b3a096f0 Adding a11y team 2019-06-19 07:57:08 +02:00
Benjamin Pasero
50bbabba55 web - configure menu settings 2019-06-19 07:45:22 +02:00
Daniel Imms
6520c22b83 Expose a new local terminal command on remote
Fixes microsoft/vscode-remote-release#168
2019-06-18 21:22:07 -07:00
SteVen Batten
27f3b675dc fixes #75703 2019-06-19 01:19:57 +00:00
Peng Lyu
f7db1dccde Fullscreen Action. (#75667)
* move keybinding validator out of keybindingRegistry

* Fullscreen Action.

* use webkit full screen.

* Address comments

* align typings
2019-06-18 17:23:37 -07:00
Rob DeLine
b0a49817dc z-order bug fix 2019-06-18 16:22:21 -07:00
Rob DeLine
9b5e03b1f6 Merge branch 'master' of https://github.com/Microsoft/vscode into code-inset-fix 2019-06-18 14:49:23 -07:00
Matt Bierner
351c311802 Finalize documentLink.tooltip
Fixes #74336
2019-06-18 14:13:19 -07:00
Matt Bierner
706139c652 Cleaning up webviewElement 2019-06-18 14:11:20 -07:00
Matt Bierner
bc07576277 Use map for handlers 2019-06-18 14:11:20 -07:00
Matt Bierner
ecb1a65b5c 💄 2019-06-18 14:11:20 -07:00
Sandeep Somavarapu
3bdb4a9e0a update distro 2019-06-18 21:03:16 +02:00
Sandeep Somavarapu
57f55c5bb9 #75713 Enable log level listening in web 2019-06-18 20:57:33 +02:00
Daniel Imms
76b5475546 Merge pull request #75644 from microsoft/tyriar/75456_windows_term
Support Windows on web
2019-06-18 11:30:29 -07:00
Daniel Imms
331da82ad5 Enable shell selector outside Windows
Fixes #75718
2019-06-18 11:28:36 -07:00
SteVen Batten
da1061a273 fixes #75715 2019-06-18 18:04:18 +00:00
Daniel Imms
b3bba0c939 Merge branch 'master' into tyriar/75456_windows_term 2019-06-18 11:00:04 -07:00
Daniel Imms
1cff752c4a Return undefined from getInstanceFromId
This is what the consumers expect
2019-06-18 10:58:51 -07:00
Daniel Imms
0dea55d59d Make sure xterm is around when links are registered
Otherwise an NPE will fire if the terminal was disposed immediately
2019-06-18 10:58:51 -07:00
Sandeep Somavarapu
94997503a9 update distro 2019-06-18 19:41:24 +02:00
Sandeep Somavarapu
8a2b4f03e0 use null log service 2019-06-18 19:40:17 +02:00
Joao Moreno
efe834dde1 Merge branch 'joao/upgrade-inno-setup' 2019-06-18 19:21:37 +02:00
Joao Moreno
68a7e5bc43 up the build timeout in minutes 2019-06-18 18:31:54 +02:00
Sandeep Somavarapu
5fdbc94718 Fix #75713 2019-06-18 18:13:42 +02:00
Joao Moreno
04672183c9 up the build timeout in minutes 2019-06-18 18:11:34 +02:00
Joao Moreno
50a0c011ee update inno setup 2019-06-18 17:08:18 +02:00
TBK
bdc1fd4234 Add support for APKBUILD
APKBUILD is the build shell script format for Alpine Linux aports (packages - .apk) - https://wiki.alpinelinux.org/wiki/APKBUILD_Reference
2019-06-18 16:55:48 +02:00