Commit graph

55221 commits

Author SHA1 Message Date
Benjamin Pasero 31a8a2c26e update distro 2019-10-03 07:30:11 +02:00
Matt Bierner a655c0836d Bump distro 2019-10-02 21:59:17 -07:00
Matt Bierner 1628c72806 Run oss tool 2019-10-02 21:53:12 -07:00
Matt Bierner 10309701ff Don't show webview overlay by default
If there is an error while resolving the webview itself, this invisible container can end sticking around incorrectly until the input it destoryed. Better to make sure it is hidden so that it doesn't block user input
2019-10-02 18:17:33 -07:00
Daniel Imms f137abf254 Update distro, fix web smoke test folder 2019-10-02 16:14:14 -07:00
Daniel Imms d84015cc4d Change event name to type 2019-10-02 15:18:21 -07:00
Daniel Imms 615e262789 Fix git smoke tests 2019-10-02 14:46:35 -07:00
Matt Bierner 2cf9921ee5 Fixing name and description for custom editor on data uris 2019-10-02 14:30:35 -07:00
Matt Bierner b8869cd989 Fix git diff view for untracked image files showing an error on left side 2019-10-02 14:19:29 -07:00
Matt Bierner d91209b356 Fix image views not being activated properly 2019-10-02 14:13:01 -07:00
Matt Bierner 2235ebf5db Handle new vscode-resource format for md linkes
Fixes #81849

This is a safer scoped fix, not the best one. Will look into removing most of this uri munging for october
2019-10-02 14:09:38 -07:00
Daniel Imms e28affc16b Fix preferences smoke tests 2019-10-02 14:07:08 -07:00
Daniel Imms e568cf539c Fix search smoke tests 2019-10-02 14:03:36 -07:00
Daniel Imms 8f83fbaa2d Update distro 2019-10-02 13:42:41 -07:00
Rob Lourens 790c574ce4 Fix microsoft/vscode-remote-release#1573 2019-10-02 13:34:58 -07:00
Pine Wu f7efcef2be Fix #81845 2019-10-02 13:16:46 -07:00
Christof Marti a1b7714d26 Schema for attached container configurations (fixes microsoft/vscode-remote-release#1577) 2019-10-02 21:11:42 +02:00
SteVen Batten e2f1ee3573 fixes #81838 2019-10-02 10:58:01 -07:00
Matt Bierner b058a2831a Correctly style image loading indicator for various themes
Wrong class name was being used
2019-10-02 10:44:00 -07:00
Matt Bierner b7cc9ca822 Update md grammar 2019-10-02 10:39:26 -07:00
Matt Bierner e5557b7e6e Reapply c057a4b9c7
Fixes integration tests
2019-10-02 10:35:11 -07:00
isidor ab529dcd83 fixes #81852 2019-10-02 17:44:55 +02:00
Joao Moreno 0f4875f5e7
fixes #81846 2019-10-02 16:56:08 +02:00
isidor 2943151b3a fixes #81567 2019-10-02 16:37:33 +02:00
Joao Moreno 085e845f22
limit panelview animations to expansion
fixes #81723
fixes #81722
2019-10-02 16:24:13 +02:00
Joao Moreno 89dd1725e3
fixes #81727 2019-10-02 16:24:12 +02:00
Alex Ross 1e7a92b119 Fix double prompting for default build task when canceled
Fixes #81767
2019-10-02 16:14:50 +02:00
Sandeep Somavarapu 2f06eb9855 Fix #79116 2019-10-02 16:08:04 +02:00
isidor a8a448d166 fixes #77837 2019-10-02 15:55:18 +02:00
Benjamin Pasero fb10f85b4c fix #81653 2019-10-02 15:45:08 +02:00
Alex Ross 75e6fa0797 Add completion suggestion for defaultBuildTask
Fixes #81816
2019-10-02 15:42:16 +02:00
Alex Ross 1d8037c63c Update default build task placeholder text for defaultBuildTask variable
Fixes https://github.com/microsoft/vscode/issues/81817
2019-10-02 15:36:09 +02:00
Joao Moreno c850f0716e
fixes #81798 2019-10-02 15:35:04 +02:00
Benjamin Pasero a8fc2bd9be fix #81763 2019-10-02 15:27:10 +02:00
Alex Ross f52667b249 Add to jsdoc for TreeView message
Add info about how to remove the message

Fiexes #81758
2019-10-02 15:22:31 +02:00
Joao Moreno d09090927e
fixes #81731 2019-10-02 14:52:07 +02:00
Benjamin Pasero c5e2892b29 urls - add option to disable confirm dialog 2019-10-02 14:38:37 +02:00
Martin Aeschlimann 57aea60efd toggle fold to use cmd+k cmd+l shortcut. Fixes #81795 2019-10-02 14:36:59 +02:00
Johannes Rieken d5ddcf10bf update gulp-tsb, https://github.com/microsoft/vscode/issues/81140 2019-10-02 14:36:30 +02:00
isidor 888f86f156 null guard 2019-10-02 14:26:22 +02:00
Benjamin Pasero 689e2fd320 fix compile 2019-10-02 14:20:32 +02:00
Johannes Rieken 741323bbb7 fix #81323 2019-10-02 12:41:17 +02:00
Johannes Rieken 38d52c3eaa migrate parameter hints setting, #81256 2019-10-02 12:29:34 +02:00
Johannes Rieken 2f28b4074a Revert "continue to suppor legacy parameter hints config, #81256"
This reverts commit 46043d41c8.
2019-10-02 12:29:34 +02:00
Benjamin Pasero bb0dbb3b9c
fix vscode.open() tests (#81833) 2019-10-02 12:28:48 +02:00
Johannes Rieken 46043d41c8 continue to suppor legacy parameter hints config, #81256 2019-10-02 12:24:52 +02:00
Martin Aeschlimann ddcdb9dd66 json: provideFormatter fix 2019-10-02 12:14:01 +02:00
isidor 1f70a46308 fixes #81715 2019-10-02 11:59:52 +02:00
Johannes Rieken d859157d39
Merge pull request #81297 from jeanp413/fix-snippet-tranformation-escape
Fix character escaping in snippet transformation
2019-10-02 11:32:40 +02:00
Johannes Rieken 1dd2e64c3f
Merge branch 'master' into fix-snippet-tranformation-escape 2019-10-02 11:30:58 +02:00