For some strange reason Chutzpah.json doesn't seem to be loaded/parsed at all
```
{
"RootReferencePathMode":"SettingsFileDirectory",
"TestFileTimeout": "1",
"CodeCoverageIncludes": [],
"CodeCoverageExcludes": ["jquery-2.0.0.js"]
}
```
I have tried a lot of options but none worked to exclude jquery from code coverage
Also SettingsFileDirectory is not picked up at all and you can't define it in Tools->Options of VS2012
Comments: Could you please provide me a sample zip which contains a repro of your issue? This way I can effectively validate your issue and either figure out what is wrong and/or fix a possible bug in chutzpah
```
{
"RootReferencePathMode":"SettingsFileDirectory",
"TestFileTimeout": "1",
"CodeCoverageIncludes": [],
"CodeCoverageExcludes": ["jquery-2.0.0.js"]
}
```
I have tried a lot of options but none worked to exclude jquery from code coverage
Also SettingsFileDirectory is not picked up at all and you can't define it in Tools->Options of VS2012
Comments: Could you please provide me a sample zip which contains a repro of your issue? This way I can effectively validate your issue and either figure out what is wrong and/or fix a possible bug in chutzpah