win11x-playbook/.vscode/settings.json

20 lines
594 B
JSON

{
"yaml.customTags": [
"!run: mapping",
"!registryKey: mapping",
"!registryValue: mapping",
"!appx: mapping",
"!file: mapping",
"!service: mapping",
"!scheduledTask: mapping",
"!taskKill: mapping",
"!systemPackage: mapping",
"!cmd: mapping",
"!powerShell: mapping",
"!writeStatus: mapping"
],
"redhat.telemetry.enabled": false,
"yaml.schemas": {
"https://json.schemastore.org/github-issue-config.json": "file:///workspaces/playbook/.github/ISSUE_TEMPLATE/config.yml"
}
}