mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* boilerplate for sql bindings extension * edit gulpfile task as it was trying to find specific menus within package.json
21 lines
315 B
JSON
21 lines
315 B
JSON
{
|
|
"enabled": true,
|
|
"relativeSourcePath": "..",
|
|
"relativeCoverageDir": "../../coverage",
|
|
"ignorePatterns": [
|
|
"**/node_modules/**",
|
|
"**/test/**",
|
|
"extension.js"
|
|
],
|
|
"reports": [
|
|
"cobertura",
|
|
"lcov",
|
|
"json"
|
|
],
|
|
"verbose": false,
|
|
"remapOptions": {
|
|
"basePath": "..",
|
|
"useAbsolutePaths": true
|
|
}
|
|
}
|