formulahendry / formulahendry/vscode-terminal
"Open in Integrated Terminal" on a folder opens parent folder (context menu)
- Dominant language
- TypeScript
- Stars
- 52
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
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`
(no changes for command on files
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the Open in Integrated Terminal command from a folder in the VS Code tree view, then trace the extension entry point that handles the context-menu target. Compare the terminal working directory for a folder with the existing behavior for files; done means the selected folder is used as the directory while file behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100