-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
area:configurationRelates to configuration optionsRelates to configuration optionskind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I'm not able to find a related conversation on GitHub discussions that reports the same bug
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:Windows 11
- Continue version: 1.3.34
- IDE version: 1.113.0
- Model: irrelevant
- config: .continue/prompts/helloworld.mdDescription
When trying to load a prompt with '/' command and the prompt md file has CRLF EOL sequence, the UI presents the entire file and loads as well when selected.
Changing the md file to LF EOL sequence fixes the problem.
To reproduce
Steps to reproduce:
- Create a prompt.md file in your .continue/prompts folder, eg. .continue/prompts/helloworld.md.
- Make sure end of line sequence is CRLF.
- Reload Window
- Type: '/' in your chat window and you should see that the helloworld.md file is shown, rather than the name chosen within the md file.
My helloworld.md test file (with CRLF):
---
name: HelloWorld
description: A simple prompt
invokable: true
---
Write "Hello World".
Log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:configurationRelates to configuration optionsRelates to configuration optionskind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Type
Projects
Status
Todo