57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"cSpell.words": [
|
|
"akadmin",
|
|
"asgi",
|
|
"authentik",
|
|
"authn",
|
|
"goauthentik",
|
|
"jwks",
|
|
"oidc",
|
|
"openid",
|
|
"plex",
|
|
"saml",
|
|
"totp",
|
|
"webauthn",
|
|
"traefik",
|
|
"passwordless",
|
|
"kubernetes",
|
|
"sso",
|
|
"slo",
|
|
"scim",
|
|
],
|
|
"todo-tree.tree.showCountsInTree": true,
|
|
"todo-tree.tree.showBadges": true,
|
|
"yaml.customTags": [
|
|
"!Find sequence",
|
|
"!KeyOf scalar",
|
|
"!Context scalar",
|
|
"!Context sequence",
|
|
"!Format sequence",
|
|
"!Condition sequence",
|
|
"!Env sequence",
|
|
"!Env scalar",
|
|
"!If sequence"
|
|
],
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"typescript.preferences.importModuleSpecifierEnding": "index",
|
|
"typescript.tsdk": "./web/node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"yaml.schemas": {
|
|
"./blueprints/schema.json": "blueprints/**/*.yaml"
|
|
},
|
|
"gitlens.autolinks": [
|
|
{
|
|
"alphanumeric": true,
|
|
"prefix": "#<num>",
|
|
"url": "https://github.com/goauthentik/authentik/issues/<num>",
|
|
"ignoreCase": false
|
|
}
|
|
],
|
|
"go.testFlags": [
|
|
"-count=1"
|
|
],
|
|
"github-actions.workflows.pinned.workflows": [
|
|
".github/workflows/ci-main.yml"
|
|
]
|
|
}
|