Cloud-PAW-Management/User-Interface/.vscode/settings.json

13 строки
274 B
JSON

{
"cSpell.words": [
"Intune",
"defaultuser",
"keyvault"
],
"appService.zipIgnorePattern": [
"node_modules{,/**}",
".vscode{,/**}"
],
"appService.deploySubpath": ".",
"appService.defaultWebAppToDeploy": "None"
}