Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ValidationConfig.json 221B

12345678910111213141516171819
  1. {
  2. "FileContentKeywordValidation":
  3. {
  4. "Keywords":
  5. [
  6. {
  7. "Targets": "+",
  8. "Files":
  9. [
  10. "Editor/VisualStudioForWindowsInstallation.cs"
  11. ],
  12. "Patterns":
  13. [
  14. "vswhere\\.exe"
  15. ]
  16. }
  17. ]
  18. }
  19. }