Deprecate unused perforce setting (#56009)

This commit is contained in:
Idan Varsano 2023-08-18 12:02:36 -04:00 committed by GitHub
parent 98eb3f9d5c
commit 03e180aea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,8 @@
"description": "Allow adding Perforce code host connections",
"type": "string",
"enum": ["enabled", "disabled"],
"default": "enabled"
"default": "enabled",
"deprecationMessage": "Deprecated, Perforce is always enabled, setting is no longer used."
},
"perforceChangelistMapping": {
"description": "Allow mapping of Perforce changelists to their commit SHAs in the DB",