Skip to content

code --add breaks if executed repeatedly #38138

@fabiospampinato

Description

@fabiospampinato
  • VSCode Version: Code 1.18.0
  • OS Version: Darwin x64 17.3.0

Executing a command like code --add path1 && code --add path2 (...) code --add pathN completely breaks the window, I only get a couple of paths added no matter what, duplicated icons in the statusbar and the entire thing basically becomes unstable/unusable.

Executing code --add path1 path2 (...) pathN works just fine, unfortunately for a high number of paths I can't submit this command to the terminal via the terminal#sendText method because of #38137.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededworkbench-multirootMulti-root (multiple folders) issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions