Commit graph

50569 commits

Author SHA1 Message Date
isidor
b950554a2a debug config manager: first init launches then register listeners 2019-06-19 16:09:24 +02:00
Martin Aeschlimann
81865ae711 update distro 2019-06-19 15:46:12 +02:00
Sandeep Somavarapu
87285c4e79 introduce web user data dir for user data 2019-06-19 15:41:12 +02:00
Benjamin Pasero
c78bc4a4ac flaky test (#75772) 2019-06-19 15:40:08 +02:00
Benjamin Pasero
57044c615a update distro 2019-06-19 15:38:38 +02:00
Sandeep Somavarapu
29bdb65295 fix missing remote server channels 2019-06-19 15:36:18 +02:00
Martin Aeschlimann
e8c370eb6c remove web scripts 2019-06-19 15:25:29 +02:00
isidor
930290cfbe explorero: file actions disablment no longer needed 2019-06-19 15:12:10 +02:00
Isidor Nikolic
28ab9ad9fe
Merge pull request #75695 from orange4glace/master
fix: #75693
2019-06-19 15:09:08 +02:00
Joao Moreno
912ad66a10 fix indent guides in icon exploration 2019-06-19 14:56:52 +02:00
isidor
a6652b5df2 gotoErrorWidget: do not focus the error widget, but use alert to read out message
fixes #41356
2019-06-19 14:56:21 +02:00
Johannes Rieken
a2a9aeb5f4 fix #75318 2019-06-19 14:54:31 +02:00
orange4glace
63d867d804 fix: code convention 2019-06-19 21:36:30 +09:00
Benjamin Pasero
39d2a648d2 web - unblock running 2019-06-19 14:31:24 +02:00
Martin Aeschlimann
b8914bcfc7 move install-server 2019-06-19 12:55:52 +02:00
Sandeep Somavarapu
db21a9a803 separte log contributions for web 2019-06-19 12:51:27 +02:00
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
Matt Bierner
7f3d3d835f Add vscode.env.webviewResourceRoot api
Fixes #72155

Adds a constant to the api that tracks the root path for resources inside of webviews. This is required because we will not be able to use `vscode-resource:` uris on the web. Our current approach is to rewrite the html we are given but there are almost certainly going to be cases where we don't get this quite right.

Adopts the new api for the markdown preview
2019-06-18 22:29:37 -07: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
366aee07df Merge remote-tracking branch 'upstream/master' into rebornix/keyboardlayouts 2019-06-18 18:13:38 -07: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
Peng Lyu
4925b0fd46 no-verify 2019-06-18 16:23:23 -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