24 lines
476 B
JSON
24 lines
476 B
JSON
{
|
|
"cSpell.words": [
|
|
"asgi",
|
|
"authentik",
|
|
"authn",
|
|
"goauthentik",
|
|
"jwks",
|
|
"oidc",
|
|
"openid",
|
|
"plex",
|
|
"saml",
|
|
"totp",
|
|
"webauthn",
|
|
"traefik"
|
|
],
|
|
"python.linting.pylintEnabled": true,
|
|
"todo-tree.tree.showCountsInTree": true,
|
|
"todo-tree.tree.showBadges": true,
|
|
"python.formatting.provider": "black",
|
|
"files.associations": {
|
|
"*.akflow": "json"
|
|
}
|
|
}
|