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

septic.ignored.paths initializes as list, not dict #714

Open
einarsi opened this issue Dec 20, 2024 · 0 comments
Open

septic.ignored.paths initializes as list, not dict #714

einarsi opened this issue Dec 20, 2024 · 0 comments

Comments

@einarsi
Copy link
Collaborator

einarsi commented Dec 20, 2024

In a project where this setting has not been defined: Goto Septic->Ignored: Paths in settings and click "Edit in settings.json". The settings.json file will open with this content:

    "septic.ignored.paths": [

    ]

It should probably be like this instead?

    "septic.ignored.paths": {
        
    }
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

1 participant