mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 03:19:51 +03:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"todo-tree.tree.showCountsInTree": true,
|
|
"todo-tree.tree.showBadges": true,
|
|
"yaml.customTags": [
|
|
"!Condition sequence",
|
|
"!Context scalar",
|
|
"!Enumerate sequence",
|
|
"!Env scalar",
|
|
"!Env sequence",
|
|
"!File scalar",
|
|
"!File sequence",
|
|
"!Find sequence",
|
|
"!FindObject sequence",
|
|
"!Format sequence",
|
|
"!If sequence",
|
|
"!Index scalar",
|
|
"!KeyOf scalar",
|
|
"!Value scalar",
|
|
"!AtIndex scalar",
|
|
"!ParseJSON scalar"
|
|
],
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"typescript.preferences.importModuleSpecifierEnding": "index",
|
|
"typescript.tsdk": "./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"
|
|
]
|
|
}
|