-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityworkbench-cliVS Code Command line issuesVS Code Command line issues
Milestone
Description
What I mean by file descriptors are /proc/self/fd/11 (and /dev/fd/63) which are generated by zsh (and bash respectively) when executing commands like code <(echo Hello World).
As writing to these descriptors is not possible AFAIK these would have to be handled similar to stdin, i.e. generating a temporary file which gets filled with the content read.
Initially I was going to report --diff not supporting these (code --diff <(echo hello) <(echo world)) but I found out that vscode does not support these at all. I will open a separate issue for the diff tool as it does not even seem to support stdin.
septatrix and kingbuzzman
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityworkbench-cliVS Code Command line issuesVS Code Command line issues