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

Possibility configure to open a terminal at the current selected file directory not in the project directory #22

Closed BartaG512 closed 3 years ago

BartaG512 commented 3 years ago

How can i configure it to open the external terminal at the currently selected files directory also if it is selected in the explorer or in the editor?

Tyriar commented 3 years ago

This extension doesn't deal with the external terminal. I don't think what you're doing is possible via extension APIs/commands but you could detect and launch the terminal yourself.