Skip to content

Commit

Permalink
fix: Add html packaging to tasks (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx authored Jun 6, 2022
1 parent 70da22e commit 17ddb29
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,25 +137,6 @@
"presentation": {
"group": "converter"
}
},
{
"label": "🛠️ Convert Markdown ⇉ HTML (package)",
"type": "shell",
"command": "${workspaceFolder}/gradlew",
"args": [
"-parallel",
"-t",
"package-html",
"-Ppython=${command:python.interpreterPath}",
"--warning-mode",
"all"
],
"problemMatcher": [],
"isBackground": true,
"presentation": {
"panel": "dedicated",
"group": "converter"
}
}
]
}

0 comments on commit 17ddb29

Please sign in to comment.