python-codecs: cleanup code, add some fast paths

This commit is contained in:
Koushik Dutta
2023-05-25 23:08:15 -07:00
parent fdc99b7fa6
commit be5b810335
5 changed files with 298 additions and 190 deletions

View File

@@ -19,5 +19,9 @@
"scrypted.pythonRemoteRoot": "${config:scrypted.serverRoot}/volume/plugin.zip",
"python.analysis.extraPaths": [
"./node_modules/@scrypted/sdk/types/scrypted_python"
]
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}