Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Support alwaysOn: false, and an explicit command#39

Merged
tmcw merged 4 commits intomainfrom
always-on
Jul 25, 2024
Merged

Support alwaysOn: false, and an explicit command#39
tmcw merged 4 commits intomainfrom
always-on

Conversation

@tmcw
Copy link
Copy Markdown
Member

@tmcw tmcw commented Jul 25, 2024

This makes it possible to turn off "codeium all the time" and manually trigger it instead. If you install and run npm run dev, you can open up a demo of this mode where you have to hit cmd-k to trigger completion. There's no default explicit trigger - it can be added with a keymap like

keymap.of([
      {
        key: "Cmd-k",
        run: startCompletion,
      },
    ]),

@tmcw tmcw requested review from jxnblk and maxmcd July 25, 2024 21:13
Comment thread src/requestCompletion.ts Outdated
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants