vscode-open
vscode-open copied to clipboard
Open in target folder doesn't update
This extension is perfect for running any files but some of my scripts depend on other files that don't get picked up when running from this extension.
They run from VS Code as the target folder instead of the folder the current file is in. Any way to add this to the extension?
@robocrax - please feel free to send a PR
Nice extension! Thanks.
I guess my issue is the same with robocrax's:
The extension runs in the default path of Visual Studio Code, i.e: "C:\Users\usename\AppData\Local\Programs\Microsoft VS Code". The wish is the extension could pass the argument ${ItemPath} or ${cwd} or similar variables, so that the opening script or default app would consider itself as at the working folder of the file, not at the default one of VSC as above mentioned.
Nice extension! Thanks.
I guess my issue is the same with robocrax's:
The extension runs in the default path of Visual Studio Code, i.e: "C:\Users\usename\AppData\Local\Programs\Microsoft VS Code". The wish is the extension could pass the argument ${ItemPath} or ${cwd} or similar variables, so that the opening script or default app would consider itself as at the working folder of the file, not at the default one of VSC as above mentioned.
@Romalpa - thanks for the comment. I'm really struggling with time at the moment - if you have time, feel free to send a PR