{ "files.exclude": { "reports/": true, "out/": true }, "search.exclude": { "out/": true }, "editor.insertSpaces": true, "editor.tabSize": 4, "[yaml]": { "editor.tabSize": 2 }, "[markdown]": { "editor.tabSize": 2 }, "files.associations": { "**/.azure-pipelines/*.yaml": "azure-pipelines", "**/.azure-pipelines/jobs/*.yaml": "azure-pipelines" }, "cSpell.words": [ "Kubernetes", "setuid" ], "cSpell.enabledLanguageIds": [ "csharp", "git-commit", "markdown", "plaintext", "powershell", "text", "yaml", "yml" ], "yaml.schemas": { "kubernetes": "/tests/PSRule.Rules.Kubernetes.Tests/Resources.*.yaml" } }