Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
- restore parentMods configuration setting
  • Loading branch information
pedro terzero committed Jan 27, 2023
1 parent b92f0ab commit a55acab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.2.3
- restore parentMods configuration setting

# v1.2.2
- Updated ruleset documentation
- Add ruleset documentation to extension
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oxc-yaml-helper",
"displayName": "OpenXcom Ruleset Linker",
"description": "This extension aims to turn Visual Studio code into an OpenXcom ruleset modding IDE. It links rulesets so you can easily navigate between linked rules. It checks for problems in the rulesets, and a lot of other things.",
"version": "1.2.2",
"version": "1.2.3",
"author": {
"name": "pedroterzero"
},
Expand Down Expand Up @@ -141,6 +141,11 @@
"type": "boolean",
"default": false,
"description": "Stop prompting for OpenXCOM Ruleset Tools extension"
},
"oxcYamlHelper.parentMods": {
"type": "array",
"default": [],
"description": "Names of parent mods (i.e. 40k, ROSIGMA). Note, these must point to existing directories under this mod's directory"
}
}
},
Expand Down

0 comments on commit a55acab

Please sign in to comment.