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

vscode integration: `executable` property is used instead of `mainFile` #1154

Closed Fratee closed 11 months ago

Fratee commented 1 year ago

in tasks.json the required property name is mainFile is not consistent with the existing property executable.

see: https://github.com/AdaCore/ada_language_server/blob/54e453b633f5f1e149813bff8b35300731cb6b9f/integration/vscode/ada/package.json#L446:L461

AnthonyLeonardoGracio commented 11 months ago

Hello!

We have now fixed this. The fix will be included in the next version of the extension.

Thanks for reporting this!