Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Pause Autocomplete #39

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

bkyle
Copy link
Contributor

@bkyle bkyle commented Feb 23, 2024

This patch allows the user to pause/resume autocomplete (#13) for the duration of the Visual Studio Code session. The status bar item indicates that autocomplete is paused through the displayed icon as well as the tooltip.

Additional changes

  • New: Added command llama.pause, "Llama Coder: Pause" -- pause autocomplete until resumed or the session is restarted.
  • New: Added command llama.resume, "Llama Coder: Resume" -- resume autocomplete after being previously paused.
  • New: Added command llama.toggle, "Llama Coder: Toggle" -- toggle the paused state of inferencing.
  • Change: Modified command llama.openSettings now available in the command palette as "Llama Coder: Open Settings".
  • Change: Clicking on the status bar item will invoke llama.toggle instead of llama.openSettings.

@butuzov
Copy link

butuzov commented Apr 4, 2024

Can we have this? @ex3ndr

@ex3ndr
Copy link
Owner

ex3ndr commented Apr 4, 2024

Thank you for pinging me up, i will merge it today

@ex3ndr ex3ndr merged commit 86343c7 into ex3ndr:main Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants