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

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

Open
zwkcoding opened this issue May 26, 2020 · 3 comments
Open

Comments

@zwkcoding
Copy link

@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)

@zwkcoding
Copy link
Author

My intention is to sync these settings by Settings Sync extension.
If it can be done, could you give an example ? Thx

@ErneeGaming
Copy link

I'd like this feature too it goes against the vscode settings philosophy it is deal breaking flaw for me i switch devices quite regularly and Settings Sync is essential tool for me and to go into extension folder every time i do a change in setting for every device i have is just tedious

@strikekat
Copy link
Owner

I haven't actively maintained this in a while, nor do I use VSCode any more - That said, I haven't made that clear anywhere, I'm happy the extension still proves useful, and yes, a settings sync would be nice (The config was always a bit of a pain).
I will try and make some time to research this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants