Guild AI Visual Studio Code ExtensionRun the Extension from Source CodeOpen this project with VS Code and run with or without debugging (e.g. press F5 or Ctrl+F5). This will start a new instance of VS Code with the Guild AI extension running. View Guild AI RunsGuild runs are listed under the Guild AI activity bar item. To view run details, click Overview. To view run files, which include linked or copied dependencies and generated files, expand Files. To view run source code, click Source Code. To perform an operation on the run, right click it and select the operation you want to perform (e.g. Delete, etc.) Run a ScriptTo run a script with Guild, open the script and select Run with Guild AI from the action menu. The run will appear in the runs list once it's started. Run an OperationTo run an operation defined in a Guild file, run the VS Code command Guild AI: Start a new run. Select the operation from the list by clicking it or pressing Enter. Note that the operation is run in a new terminal. Run other Guild operationsOpen a terminal and use the Guild CLI to run commands. For help, run |