Skip to content

coffeelint.json is respected in subfolders only after explicit saving #13

@phil294

Description

@phil294

Meaning that when I reload vscode, with my workspace in the following structure:

/
    api/
    web/
        coffeelint.json
        sourcefile.coffee

then this exctension will apply the standard coffee linting rules to sourcefile.coffee when I open it. This changes once /web/coffeelint.json is saved, which needs to be done after every restart.

Workaround: ln -s web/coffeelint.json coffeelint.json.

Thanks!

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