-
Notifications
You must be signed in to change notification settings - Fork 40.4k
Redundant 'cd' prefixes not stripped from view #320247
Copy link
Copy link
Closed
Labels
agent-hostIssues for the agent-host implementation (not the protocol)Issues for the agent-host implementation (not the protocol)bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugunreleasedPatch has not yet been released in VS Code InsidersPatch has not yet been released in VS Code Insiders
Milestone
Metadata
Metadata
Assignees
Labels
agent-hostIssues for the agent-host implementation (not the protocol)Issues for the agent-host implementation (not the protocol)bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugunreleasedPatch has not yet been released in VS Code InsidersPatch has not yet been released in VS Code Insiders
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
The SDK bash tool likes to do multiline commands starting with a redundant cd. We have code to strip this, but it only handles
cd ... &&patterns