How can I have VS Code show (or print) what is inside azure-dev.commands.getDotEnvFilePath
?
#4226
-
I am using Azure Developer CLI VS Code extension: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev Azure Developer CLI generated the following
I note the mysterious How can I have VS Code show (or print) what is inside Please note that I know I can change the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@vhvb1989 @bwateratmsft can you take a look? |
Beta Was this translation helpful? Give feedback.
-
You can see the source here: https://github.com/Azure/azure-dev/blob/main/ext/vscode/src/commands/getDotEnvFilePath.ts In short, what it's doing is listing the environments (with |
Beta Was this translation helpful? Give feedback.
Not that I'm aware of, but you could replicate the code for
getDotEnvFilePath
relatively easily in a shell.