Skip to content

Commit

Permalink
python-codecs: cleanup code, add some fast paths
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed May 26, 2023
1 parent fdc99b7 commit be5b810
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 192 deletions.
6 changes: 5 additions & 1 deletion plugins/python-codecs/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Loading

0 comments on commit be5b810

Please sign in to comment.