Azure-Sentinel/.vscode/settings.json

18 строки
472 B
JSON

{
"azureFunctions.deploySubpath": "Watchlists\\UpdateAzurePublicIPs",
"azureFunctions.projectLanguage": "PowerShell",
"azureFunctions.projectRuntime": "~3",
"debug.internalConsoleOptions": "neverOpen",
"cSpell.words": [
"Corelight"
],
"markdownlint.config": {
"MD028": false,
"MD025": {
"front_matter_title": ""
}
},
"githubPullRequests.ignoredPullRequestBranches": [
"master"
]
}