2019-02-19 11:58:02 +03:00
|
|
|
{
|
|
|
|
"files.exclude": {
|
2019-05-08 01:46:11 +03:00
|
|
|
"reports/": true,
|
|
|
|
"out/": true
|
|
|
|
},
|
|
|
|
"search.exclude": {
|
|
|
|
"out/": true
|
|
|
|
},
|
|
|
|
"editor.insertSpaces": true,
|
2019-08-12 14:54:18 +03:00
|
|
|
"editor.tabSize": 4,
|
|
|
|
"[yaml]": {
|
|
|
|
"editor.tabSize": 2
|
|
|
|
},
|
|
|
|
"[markdown]": {
|
|
|
|
"editor.tabSize": 2
|
|
|
|
},
|
|
|
|
"files.associations": {
|
2020-03-23 08:07:52 +03:00
|
|
|
"**/.azure-pipelines/*.yaml": "azure-pipelines",
|
|
|
|
"**/.azure-pipelines/jobs/*.yaml": "azure-pipelines"
|
2019-08-12 14:54:18 +03:00
|
|
|
},
|
|
|
|
"cSpell.words": [
|
2020-01-02 08:31:15 +03:00
|
|
|
"Kubernetes",
|
|
|
|
"setuid"
|
2019-08-12 14:54:18 +03:00
|
|
|
],
|
|
|
|
"cSpell.enabledLanguageIds": [
|
|
|
|
"csharp",
|
|
|
|
"git-commit",
|
|
|
|
"markdown",
|
|
|
|
"plaintext",
|
|
|
|
"powershell",
|
|
|
|
"text",
|
|
|
|
"yaml",
|
|
|
|
"yml"
|
2019-12-23 09:08:06 +03:00
|
|
|
],
|
|
|
|
"yaml.schemas": {
|
|
|
|
"kubernetes": "/tests/PSRule.Rules.Kubernetes.Tests/Resources.*.yaml"
|
|
|
|
}
|
2019-02-19 11:58:02 +03:00
|
|
|
}
|