filter child tables

This commit is contained in:
Jan Prochazka
2022-07-28 21:02:24 +02:00
parent 96b82b690e
commit a76530155d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
{
"jestrunner.jestCommand": "node_modules/.bin/cross-env DEVMODE=1 LOCALTEST=1 node_modules/.bin/jest"
"jestrunner.jestCommand": "node_modules/.bin/cross-env DEVMODE=1 LOCALTEST=1 node_modules/.bin/jest",
"cSpell.words": [
"dbgate"
]
}