I just want this extension for the command "Open in Integrated Terminal" (context menu).
if you run this on a folder (tree-view) it will open its parent folder.
It would be nice if it would open the folder where its run.
For example:
VSCode is open at:
c:\_dev\_GIT\Project
if click "Open in Integrated Terminal" in the context menu on C:\_dev\_GIT\Project\src\Web\ClientApp
the terminal should be opened at location: C:\_dev\_GIT\Project\src\Web\ClientApp
currently its on C:\_dev\_GIT\Project\src\Web
I just want this extension for the command "Open in Integrated Terminal" (context menu). if you run this on a folder (tree-view) it will open its parent folder.
It would be nice if it would open the folder where its run.
For example:
VSCode is open at:
c:\_dev\_GIT\Project
if click "Open in Integrated Terminal" in the context menu on
C:\_dev\_GIT\Project\src\Web\ClientApp
the terminal should be opened at location:C:\_dev\_GIT\Project\src\Web\ClientApp
currently its onC:\_dev\_GIT\Project\src\Web
(no changes for command on files