NeMo-Guardrails icon indicating copy to clipboard operation
NeMo-Guardrails copied to clipboard

Add Colang commenting feature to VScode extension

Open radinshayanfar opened this issue 1 year ago • 2 comments

This PR adds Colang commenting feature to VSCode extension. By pressing Ctrl + /, VSCode can automatically comment out a line or the selected block.

radinshayanfar avatar Sep 12 '24 18:09 radinshayanfar

Thanks, @radinshayanfar. If you can fix the formatting issue (see the failed tests), we can merge. You should install pre-commit and run pre-commit run --all-files.

drazvan avatar Sep 15 '24 11:09 drazvan

Hi @drazvan - Thank you for your time. I fixed the formatting issue and it now passes the pre-commit hooks.

radinshayanfar avatar Sep 15 '24 15:09 radinshayanfar

@radinshayanfar Thanks for your PR!

Due to recent changes in the repo, the tests are failing. Rebasing your branch onto the latest develop branch might resolve the issue. Please try doing a rebase and we do the merge once the pipeline goes green.

Pouyanpi avatar Oct 15 '24 08:10 Pouyanpi

Hi @Pouyanpi - I merged the branch with develop and it seems to be passing all the tests on my system.

radinshayanfar avatar Oct 15 '24 17:10 radinshayanfar

@Pouyanpi @drazvan Thank you for approving this. Can this be merged?

radinshayanfar avatar Oct 17 '24 16:10 radinshayanfar