Skip to content

Settings

The following settings are available for the extension. You can set them in your `settings.json` file, or open the command palette (Ctrl+Shift+P) and search for "Preferences: Open Settings (UI)".
  • genaiscript.localTypeDefinitions: Use local type definitions for GenAIScript (.genaiscript.d.ts and tsconfig.json in any project containing *.genai.* files). (default: true)
  • genaiscript.githubCopilotPrompt: Add custom prompt in .github/prompts folder to support GenAIScript script generation. (default: true)
  • genaiscript.hideServerTerminal: Hide server terminal from user. (default: true)
  • genaiscript.languageChatModels: Mapping from GenAIScript model (openai:gpt-4) to Visual Studio Code Language Chat Model (github...)
  • genaiscript.diagnostics: Enable developer diagnostic mode. Including leaving terminals opened. (default: false)
  • genaiscript.cache: Enable or disables LLM request cache support. (default: true)
  • genaiscript.cli.version: GenAIScript CLI version to use. Default matches the extension version.
  • genaiscript.cli.path: Path to GenAIScript CLI. Default uses npx.