Deducteam / lambdapi

Proof assistant based on the λΠ-calculus modulo rewriting
Other
269 stars 35 forks source link

Vscode : release version 0.2.2 of the vscode extension #1112

Closed Alidra closed 4 months ago

Alidra commented 4 months ago

This version implements the following changes/fixes :

Note that the second point in the above list requires the last modifications in the Lambdapi server (currently in master) to work properly. However, the modifications do not seem to break anything if used with a previous version of Lambdapi (At least not the last released one from the market)

fblanqui commented 4 months ago

Hi Abdelghani. Thank you for your PR. Note that CI/build_vscode_extension failed.

Alidra commented 4 months ago

Hi Abdelghani. Thank you for your PR. Note that CI/build_vscode_extension failed.

Indeed. The secret name is incorrect.

Alidra commented 4 months ago

@fblanqui. I corrected the name of the secret in the workflow file. I also added an additional condition to unsure that the extension is published only when pushing to master branch (and not to feature branches). I added some comments too in the Makefile to explain when the extension will be published.