diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..90277c2e6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "cSpell.words": [ + "asgi", + "authentik", + "authn", + "goauthentik", + "jwks", + "oidc", + "openid", + "plex", + "saml", + "totp", + "webauthn" + ], + "python.linting.pylintEnabled": true, + "todo-tree.tree.showCountsInTree": true, + "todo-tree.tree.showBadges": true, + "python.formatting.provider": "black", + "files.associations": { + "*.akflow": "json" + } +}