semantic-code-search
semantic-code-search copied to clipboard
Bug fix to not exit when id is 0
Small bug fix as selected_idx should only exit when None and not the false value 0. The current behavior is when you select the first option the editor will not appear.