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",
|
2023-01-04 18:45:31 +00:00
|
|
|
"kubernetes",
|
|
|
|
"sso",
|
|
|
|
"slo"
|
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-11-22 13:27:20 +00:00
|
|
|
"yaml.customTags": [
|
|
|
|
"!Find sequence",
|
|
|
|
"!KeyOf scalar",
|
|
|
|
"!Context scalar",
|
2022-12-24 19:41:51 +00:00
|
|
|
"!Context sequence",
|
2022-12-21 17:04:00 +00:00
|
|
|
"!Format sequence",
|
2022-12-24 19:41:51 +00:00
|
|
|
"!Condition sequence",
|
|
|
|
"!Env sequence",
|
|
|
|
"!Env scalar"
|
2022-11-22 13:27:20 +00:00
|
|
|
],
|
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"
|
2022-11-21 11:31:17 +00:00
|
|
|
},
|
|
|
|
"gitlens.autolinks": [
|
|
|
|
{
|
|
|
|
"alphanumeric": true,
|
|
|
|
"prefix": "#<num>",
|
|
|
|
"url": "https://github.com/goauthentik/authentik/issues/<num>",
|
|
|
|
"ignoreCase": false
|
|
|
|
}
|
2023-02-02 20:18:59 +00:00
|
|
|
],
|
|
|
|
"go.testFlags": ["-count=1"]
|
2021-08-23 15:29:12 +00:00
|
|
|
}
|