NVIDIA / NeMo-Guardrails

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
Other
4.22k stars 402 forks source link

Add Colang commenting feature to VScode extension #749

Closed radinshayanfar closed 1 month ago

radinshayanfar commented 2 months ago

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

drazvan commented 2 months ago

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.

radinshayanfar commented 2 months ago

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

Pouyanpi commented 1 month ago

@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.

radinshayanfar commented 1 month ago

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

radinshayanfar commented 1 month ago

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