trader-pgsql-ast-parser
Version:
Yet another simple Postgres SQL parser/modifier
27 lines • 824 B
JSON
{
// bundle to watch
"mochaExplorer.hmrBundle": "output/tests.js",
// When using HMR, it is recommanded to configure a different debug port here.
// otherwise, you wont be able to use mocha tests in multiple instances of vscode.
"mochaExplorer.debuggerPort": 9248,
"mochaExplorer.timeout": 30000,
"mochaExplorer.require": "source-map-support/register",
"mochaExplorer.skipFrames": [
"src/syntax/spec-utils.ts"
],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"node_modules": true,
"output": true,
"package-lock.json": true,
".nyc_output": true,
"coverage": true,
"dist": true,
"lib": true,
".deno": true
}
}