tdce-basic / .vscode /settings.json
Tin Theethawat Savastham
๐Ÿ“ Change the Name, Fix Relation, Improve Readme
3b36068
Raw
History Blame Contribute Delete
338 Bytes
{
"python.analysis.extraPaths": [
"./model",
"./functions/matrix_generator",
"./functions",
"./functions/data_extractor"
],
"git.autofetch": "all",
"git.blame.editorDecoration.enabled": true,
"git.enabled": true,
"dataWrangler.columnInsights.displayOnOpen": false,
"flake8.args": [
"--ignore=E501"
]
}