actboy168 / vscode-tasks

MIT License
37 stars 14 forks source link

Extensions of non-standard types not showing #35

Closed migmit closed 1 year ago

migmit commented 2 years ago

For me, the default task is of "haxe" type, and it was not showing. I solved the problem by changing this line: https://github.com/actboy168/vscode-tasks/blob/f0daa2a235edb65a740e3787d46e10f012f071b4/extension.js#L270 to if (!task.definition.id) {. Not sure if it would work for others.

actboy168 commented 2 years ago

You can open a pull request.

actboy168 commented 1 year ago

Fixes in 0.12.0