Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[decorators] contentIconPath doesn't follow URLs like gutterIconPath #11055

Closed
drew-wallace opened this issue Aug 27, 2016 · 0 comments
Closed
Assignees
Labels
editor-core Editor basic functionality feature-request Request for new features or functionality
Milestone

Comments

@drew-wallace
Copy link

drew-wallace commented Aug 27, 2016

  • VSCode Version: 1.4.0
  • OS Version: OSX 10.11.6

Steps to Reproduce:

  1. Create a text decoration with DecorationRenderOptions
{
    "gutterIconPath": "http://image.flaticon.com/icons/svg/188/188918.svg",
    "before": {
        "contentIconPath": "http://image.flaticon.com/icons/svg/188/188918.svg",
        "height": "14px",
        "width": "14px"
    }
}
  1. Set the decoration and notice the gutter icon appears, but the inline icon is missing
@aeschli aeschli changed the title contentIconPath doesn't follow URLs like gutterIconPath [decorators] contentIconPath doesn't follow URLs like gutterIconPath Aug 29, 2016
@aeschli aeschli added the editor-core Editor basic functionality label Aug 29, 2016
@aeschli aeschli added this to the August 2016 milestone Aug 29, 2016
@aeschli aeschli added the feature-request Request for new features or functionality label Aug 29, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-core Editor basic functionality feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants