Skip to content

Can put this extension settings into vscode user setting? How to do it #8

@zwkcoding

Description

@zwkcoding

@davidhouchin No issues. The update looks really good.

I loaded it up, explored the functionality a bit, switched it to "trailing" mode and then adjusted the trailing config to look like this:

{
        "name": "trailing",
        "enabled": false,
        "pattern": "[^\\S\\r\\n]+$",
        "style": {
            "borderWidth": "1px",
            "borderRadius": "2px",
            "borderStyle": "solid",
            "light": {
                "backgroundColor": "rgba(255, 0, 0, 0.3)",
                "borderColor": "rgba(169, 169, 169, 0.4)"
            },
            "dark": {
                "backgroundColor": "rgba(255, 0, 0, 0.3)",
                "borderColor": "rgba(169, 169, 169, 0.4)"
            }
        }
    }

and viola, all is good.

Thank you very much for getting this in. It is much appreciated!

Originally posted by @spkane in #1 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions