Tyriar / vscode-terminal-here

VS Code extensions that creates an integrated terminal session at the current file's directory
https://marketplace.visualstudio.com/items?itemName=Tyriar.vscode-terminal-here
33 stars 11 forks source link

Default directory location per project. #3

Closed unional closed 7 years ago

unional commented 7 years ago

I want to configure per workspace on where the terminal can start.

The extension currently opens a terminal at the current directory of the opened file.

Another feature to consider is adding a right click menu item on the project panel to start terminal in the selected directory.

Tyriar commented 7 years ago

I'm going to close this off in favor of https://github.com/Microsoft/vscode/issues/17387, thanks for bearing with me :smile:

Implementing the right click option is captured here https://github.com/Microsoft/vscode/issues/8132