Skip to content

Commit

Permalink
info about command palette
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 28, 2024
1 parent 6f5b7cb commit 372aa1a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ GenAIScript use stylized JavaScript with minimal syntax.
They are stored as files (`genaisrc/*.genai.js`) in your project.
The execution of a genaiscript creates the prompt that will be sent to the LLM.

- Use the `GenAiScript: Create new script...` command in the command palette to create a new script.
- Use the `GenAiScript: Create new script...` command in the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette)
(`Ctrl+Shift+P` on Windows/Linux, `⇧⌘P` on Mac)
to create a new script.

<FileTree>

Expand Down

0 comments on commit 372aa1a

Please sign in to comment.