AdaCore / ada_language_server

Server implementing the Microsoft Language Protocol for Ada and SPARK
GNU General Public License v3.0
226 stars 54 forks source link

Latest version of ALS VSCode #1135

Closed Joebeazelman closed 1 year ago

Joebeazelman commented 1 year ago

Just downloaded the latest version of ALS 23.0.15. It complains about the following errors:

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

reznikmm commented 1 year ago

Please recreate your tasks,json file. We have optimized auto detected tasks implementation and changed task types to gnat, so it broke backward compatibility.