2021-08-23 15:29:12 +00:00
|
|
|
{
|
|
|
|
"cSpell.words": [
|
2022-06-02 12:02:01 +00:00
|
|
|
"akadmin",
|
2021-08-23 15:29:12 +00:00
|
|
|
"asgi",
|
|
|
|
"authentik",
|
|
|
|
"authn",
|
|
|
|
"goauthentik",
|
|
|
|
"jwks",
|
|
|
|
"oidc",
|
|
|
|
"openid",
|
|
|
|
"plex",
|
|
|
|
"saml",
|
|
|
|
"totp",
|
2021-11-26 13:08:45 +00:00
|
|
|
"webauthn",
|
2021-12-22 16:34:46 +00:00
|
|
|
"traefik",
|
2022-02-07 19:26:14 +00:00
|
|
|
"passwordless",
|
|
|
|
"kubernetes"
|
2021-08-23 15:29:12 +00:00
|
|
|
],
|
|
|
|
"python.linting.pylintEnabled": true,
|
|
|
|
"todo-tree.tree.showCountsInTree": true,
|
|
|
|
"todo-tree.tree.showBadges": true,
|
|
|
|
"python.formatting.provider": "black",
|
2022-07-31 15:11:44 +00:00
|
|
|
"yaml.customTags": [
|
|
|
|
"!Find sequence",
|
|
|
|
"!KeyOf scalar"
|
|
|
|
],
|
2022-06-25 15:44:17 +00:00
|
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
2022-07-05 21:04:25 +00:00
|
|
|
"typescript.preferences.importModuleSpecifierEnding": "index",
|
2022-06-25 15:44:17 +00:00
|
|
|
"typescript.tsdk": "./web/node_modules/typescript/lib",
|
2022-08-05 06:39:00 +00:00
|
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
|
|
"yaml.schemas": {
|
|
|
|
"./blueprints/schema.json": "blueprints/**/*.yaml"
|
|
|
|
}
|
2021-08-23 15:29:12 +00:00
|
|
|
}
|