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
Description
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:
I'd expect to see no hints from the file itself...