-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
ide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
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 believe this is a bug. I'll try to join the Continue Discord for questions
- 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: macOS 26.1
- Continue version: 1.2.10
- IDE version: VS Code 1.105.1 (Universal)
- Model: Any
- config:
name: redacted
version: 1.0.0
schema: v1
models:
- name: llama3.1:8b
provider: ollama
apiBase: http://redacted:11434
model: llama3.1:8b
roles:
- chat
- edit
- apply
- summarize
capabilities:
- tool_use
- name: gpt-oss:20b
provider: ollama
apiBase: http://redacted:11434
model: gpt-oss:20b
roles:
- chat
- edit
- apply
- summarize
capabilities:
- tool_use
- name: qwen2.5-coder
provider: ollama
apiBase: http://redacted:11434
model: qwen2.5-coder
roles:
- autocompleteDescription
When using the extension Settings > Rules > Create new rule, the resulting .md file is hard-coded with a file name new-rule.md. We should either be prompted to name this prior to file creation, or the extension should be able to rename them. The user should not have to:
- right click the open file and reveal in finder
- the rename there
- then reload the extension to pick up the change
To reproduce
- Click the pencil in the chat to open the rules editor
- Click the + and create a new rule
- FIle will be named
new-rule.md - User is not prompted to provide a non-generic file name
- User has no way to rename the file other than finding it in the local file system and renaming it outside VS Code
Log output
Metadata
Metadata
Assignees
Labels
ide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Type
Projects
Status
Todo