25 lines
439 B
Plaintext
25 lines
439 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "XML Parser to SCL",
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "C:/Trabajo/SIDEL/13 - E5.007560 - Modifica O&U - SAE235/Reporte/ExportTia"
|
|
}
|
|
],
|
|
"settings": {
|
|
"python.defaultInterpreterPath": "python",
|
|
"files.associations": {
|
|
"*.xml": "xml",
|
|
"*.scl": "structured-text"
|
|
}
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"ms-python.python",
|
|
"ms-python.flake8",
|
|
"ms-python.black-formatter"
|
|
]
|
|
}
|
|
} |