Theia API Documentation v1.66.0
    Preparing search index...
    • Parses a template file that may contain YAML front matter.

      Front matter format:

      ---
      isCommand: true
      commandName: mycommand
      commandDescription: My command description
      commandArgumentHint: <arg1> <arg2>
      commandAgents:
      - Agent1
      - Agent2
      ---
      Template content here

      Parameters

      • fileContent: string

        The raw file content to parse

      Returns ParsedTemplate

      ParsedTemplate containing the template content and optional metadata