10 lines
198 B
JSON
10 lines
198 B
JSON
|
{
|
||
|
"path-intellisense.mappings": {
|
||
|
"../": "${workspaceFolder}/web/extensions/core"
|
||
|
},
|
||
|
"[python]": {
|
||
|
"editor.defaultFormatter": "ms-python.autopep8"
|
||
|
},
|
||
|
"python.formatting.provider": "none"
|
||
|
}
|