I'm using VS Code and I'm logged in to my azure account using Bash in Cloud Shell.
Once I'm in the storage directory, I want to open and code some of those files and for that, I type the command "code ." however it does not seem to work.
On the other hand, when using https://shell.azure.com/ I'm able to type that same command and open and edit the files.
Does anyone know why it's not working in VS code?
Thanks in advance