AlchemicRaker / alchemy65

A vscode debugger extension for NES projects using cc65 and ca65.
MIT License
18 stars 4 forks source link

Set "owner" in build tasks to fix runaway accumulation in Problems listing. #9

Closed kevmar closed 1 year ago

kevmar commented 1 year ago

VSCode's build tasks need the "owner" identifier to be set, otherwise entries added to Problems never go away on rebuild. See https://github.com/microsoft/vscode/issues/129341 for details.

Fixes issue #8 .

AlchemicRaker commented 1 year ago

Thank you @kevmar !