You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloudshell code opens with - instead of the result of the pwd command
Expected behavior
Cloudshell code should open with the result of the pwd command
This is an example with the pwd command but in practice it makes sense to pass command outputs to the code application, for example to read the big json responses az cli returns. You can pipe command outputs to code in a Linux machine by piping the command output to code with the hypen but this is not supported in the cloud version. An alternative is to put the output in a file and open the file, for example pwd > out | code out but this is cumbersome.
Is this specific to Cloud Shell?
Yes
Interface information
portal.azure.com cloud shell with bash
Additional context
No
The text was updated successfully, but these errors were encountered:
To Reproduce
Observed Behavior
Cloudshell code opens with - instead of the result of the pwd command
Expected behavior
Cloudshell code should open with the result of the pwd command
This is an example with the pwd command but in practice it makes sense to pass command outputs to the code application, for example to read the big json responses az cli returns. You can pipe command outputs to code in a Linux machine by piping the command output to code with the hypen but this is not supported in the cloud version. An alternative is to put the output in a file and open the file, for example pwd > out | code out but this is cumbersome.
Is this specific to Cloud Shell?
Yes
Interface information
portal.azure.com cloud shell with bash
Additional context
No
The text was updated successfully, but these errors were encountered: