Skip to content

Commit

Permalink
lightspeed: adjust the playbook gen prompt form placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed May 9, 2024
1 parent b74f9dc commit 72412cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/lightspeed/playbookGeneration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export function getWebviewContent(webview: Webview, extensionUri: Uri) {
</div>
<div class="editArea">
<vscode-text-area rows=5 resize="vertical"
placeholder="Describe the goal in your own words."
placeholder="I want to write a playbook that will..."
id="playbook-text-area">
</vscode-text-area>
<div class="spinnerContainer">
Expand Down

0 comments on commit 72412cb

Please sign in to comment.