TruthCheck-AI / .vscode /settings.json
CHRISDANIEL145
Initial commit of TruthCheck with Cyber-Noir UI
622a0b7
Raw
History Blame Contribute Delete
231 Bytes
{
"python.defaultInterpreterPath": "./venv/bin/python",
"python.terminal.activateEnvironment": true,
"files.exclude": {
"**/__pycache__": true,
"**/*.pyc": true
},
"html.autoClosingTags": false
}