Skip to content

Commit

Permalink
refactor(package.json): Updated description for outputExeType option
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnArcher committed Dec 12, 2022
1 parent 8ea70c5 commit dc7efac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"hollywood.outputExeType": {
"type": "string",
"default": "win32",
"markdownDescription": "The output format that the Hollywood compiler should create. In order to define multiple targets, e.g. `win64|classic|morphos`, you have to create a separate Task (in tasks.json).",
"markdownDescription": "The output format that the Hollywood compiler should create. In order to define multiple targets, e.g. `win64|classic|morphos`, you have to create a separate Task in tasks.json (see provided example file).",
"enum": [
"amigaos4",
"android",
Expand Down

0 comments on commit dc7efac

Please sign in to comment.