31 lines
789 B
JSON
31 lines
789 B
JSON
{
|
|
"cSpell.words": [
|
|
"akadmin",
|
|
"asgi",
|
|
"authentik",
|
|
"authn",
|
|
"goauthentik",
|
|
"jwks",
|
|
"oidc",
|
|
"openid",
|
|
"plex",
|
|
"saml",
|
|
"totp",
|
|
"webauthn",
|
|
"traefik",
|
|
"passwordless",
|
|
"kubernetes"
|
|
],
|
|
"python.linting.pylintEnabled": true,
|
|
"todo-tree.tree.showCountsInTree": true,
|
|
"todo-tree.tree.showBadges": true,
|
|
"python.formatting.provider": "black",
|
|
"files.associations": {
|
|
"*.akflow": "json"
|
|
},
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"typescript.preferences.importModuleSpecifierEnding": "index",
|
|
"typescript.tsdk": "./web/node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
}
|