I'm using Power Automate to open a specific file with VS Code. I'm doing this by running command prompt with the following command line arguments:
cd /d <file's folder directory>&&code <file name>&&exit /b"
This opens the file but an empty command prompt stays open, is there a way I could fix this? If not, is there an alternative way to open a specific file with VS Code using Power Automate?