aidgaf-server/.vscode/settings.json

10 lines
207 B
JSON
Raw Normal View History

2023-02-05 21:28:41 +00:00
{
"secrets.enabledFolders": [
"aidgaf"
2023-02-15 03:26:12 +00:00
],
"files.associations": {
"[Jj]enkinsfile*": "groovy"
},
"python.linting.pylintPath": "/usr/local/python/current/bin/python"
2023-02-05 21:28:41 +00:00
}