Closed
Description
Before submitting your bug report
- 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: Windows 11
- Continue version:
- IDE version: VSCode 1.100.2
- Model: Claude 3.7 Sonnet
- config:
OR link to assistant in Continue hub:
Description
When using Continue, the run button in code blocks only processes comments (lines starting with #) but fails to execute the actual commands.
I have recorded a video demonstrating this issue. The video shows that when clicking on the run button, only the comment is processed while the actual command is ignored.
https://drive.google.com/file/d/1KNHq5AOpi9S2MVea1OsGWzjxjo1Jfm57/view?usp=sharing
To reproduce
- Open Continue in VS Code/JetBrains IDE
- Ask the assistant to help set up the project locally
- The assistant responds with a code block containing installation commands
- Click the "Run" button on the code block containing:
# From the root of the repository
npm run install-all-dependencies
- Observe that only the comment is executed, not the actual command
Log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done