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
```
{
"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