FEA-Bench / testbed /atlassian-api__atlassian-python-api /atlassian-python-api.code-workspace
hc99's picture
Add files using upload-large-folder tool
2c17839 verified
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
".mypy_cache": true,
"**/__pycache__": true,
"**/*.pyc": true,
},
"files.associations": {
"DELETE": "python",
"GET": "python",
"POST": "python",
"PUT": "python",
}
}
}