Added debug conf

This commit is contained in:
Daniel
2021-04-10 13:04:48 +02:00
committed by Daniel Hutzel
parent 0c4658a3ef
commit 5f160c0927
2 changed files with 30 additions and 18 deletions

11
.vscode/settings.json vendored
View File

@@ -4,5 +4,14 @@
"**/.gitignore": true,
"**/.vscode": true,
"LICENSES/**": true
}
},
"debug.javascript.terminalOptions": {
"skipFiles": [
"<node_internals>/**",
"**/node_modules/**",
"**/cds/lib/lazy.js",
"**/cds/lib/req/cls.js",
"**/odata-v4/okra/**"
]
},
}