Alex079 / vscode-avr-helper

Helper extension to simplify code compilation and flashing for AVR chips
MIT License
12 stars 1 forks source link

Error: there is no registered task type 'AVR.build' #37

Open eyalabraham opened 1 year ago

eyalabraham commented 1 year ago

Every time a command is launched from the Build command on the status bar: Build > Build, Build > Clean, or Build > Scan then two (2) error lines appear in the OUTPUT console tab:

Error: there is no registered task type 'AVR.build'. Did you miss installing an extension that provides a corresponding task provider?

Alex079 commented 1 year ago

I have not used any task provider partly because there are no tasks runnable by user. Currently, the extension runs its tasks internally when needed in response to commands. If you see a potential use case for user-runnable tasks without commands, this could be an improvement.

Let's keep the issue open for now to investigate how to remove this error.