ts-defold / defold-vscode-build

Build, Run & Package Defold projects from Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ts-defold.defold-vscode-build
MIT License
14 stars 0 forks source link

Custom configuration options for tasks failing #3

Closed thejustinwalsh closed 2 years ago

thejustinwalsh commented 2 years ago

Something is up with the task resolution, as changing anything off of the default tasks is now showing an error that the task does not exist.

{
  "type": "defold",
  "action": "build",
  "configuration": "release",
  "platform": "html5",
  "problemMatcher": [
  "$defold-build"
],
  "label": "build html5",
  "detail": "Build the project for running, debugging or testing",
  "group": {
  "kind": "build",
  "isDefault": true
},
  "dependsOn": ["compile"]
},