Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

JS code hint exclusions ignored sometimes #7342

Open
@zaggino

Description

@zaggino

Doing this in a clone of brackets-git
Create a .jscodehints file like this:

{ 
    "excluded-files": [
        "ExtensionInfo.js"
    ],
    "excluded-directories" : [
        "src"
    ]
}

Now close all Brackets instances, start again, open main.js and start typing:
image

I'd expect to see no hints from the file itself...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions