diff --git a/.vscode/settings.json b/.vscode/settings.json index ad54b396..fa574182 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,8 @@ "everytime", "overridable", "Untarget" + ], + "githubPullRequests.ignoredPullRequestBranches": [ + "master" ] } \ No newline at end of file diff --git a/schemas/manifest_schema.json b/schemas/manifest_schema.json index 40e46271..c6747018 100644 --- a/schemas/manifest_schema.json +++ b/schemas/manifest_schema.json @@ -92,7 +92,7 @@ "minGameVersion": { "type": "string", "description": "The minimum version of the game that this mod is compatible with", - "default": "" + "default": "", "pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$", "examples": [ "1.0.0", @@ -103,7 +103,7 @@ "maxGameVersion": { "type": "string", "description": "The maximum version of the game that this mod is compatible with", - "default": "" + "default": "", "pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$", "examples": [ "1.0.0", @@ -119,7 +119,7 @@ "incompatibleVendors": { "type": "array", "description": "The vendors this mod does not work on", - "default": [] + "default": [], "items": { "type": "string", "enum": [