-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed as not planned
Labels
Issue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.New issue. Needs quick review to confirm validity and assign labels.bugSomething isn't workingSomething isn't working
Description
App Version
3.25.6
API Provider
Not Applicable / Other
Model Used
N/A
Roo Code Task Links (Optional)
No response
π Steps to Reproduce
-
Open Visual Studio Code.
-
Ensure the Roo-Code extension (version 3.25.6) is installed and active.
-
Attempt to render a Mermaid diagram with the following syntax (or similar):
Code snippet
flowchart TD A[Users Credentials] --> B{AuthController@che
- Observe the developer console logs in Visual Studio Code.
π₯ Outcome Summary
The Mermaid diagram fails to render and displays a parsing error in the console. The error message indicates an unexpected token (LINK_ID) at a specific point in the diagram's syntax, suggesting an issue with the Mermaid parser within the extension.
π Relevant Logs or Errors (Optional)
index.js:2306 Mermaid parse/render failed: Error: Parse error on line 2:
...rs Credentials] --> B{AuthController@che
-----------------------^
Expecting 'AMP', 'COLON', 'PIPE', 'TESTSTR', 'DOWN', 'DEFAULT', 'NUM', 'COMMA', 'NODE_STRING', 'BRKT', 'MINUS', 'MULT', 'UNICODE_TEXT', got 'LINK_ID'Metadata
Metadata
Assignees
Labels
Issue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.New issue. Needs quick review to confirm validity and assign labels.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done