Skip to content

Commit 2fdf39e

Browse files
committed
fix default prompt file bug
1 parent eb87236 commit 2fdf39e

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

core/promptFiles/v2/createNewPromptFile.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ const FIRST_TIME_DEFAULT_PROMPT_FILE = `# This is an example ".prompt" file
2626
2727
# To learn more, see the full .prompt file reference: https://docs.continue.dev/features/prompt-files
2828
name: Example
29-
30-
# For example, here is how you would write a .prompt
31-
name: Example
3229
description: Example prompt file
3330
---
3431

extensions/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "continue",
33
"icon": "media/icon.png",
44
"author": "Continue Dev, Inc",
5-
"version": "0.9.230",
5+
"version": "0.9.231",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/continuedev/continue"

0 commit comments

Comments
 (0)