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

This extension is now deprecated #20

Closed Tyriar closed 5 years ago

Tyriar commented 5 years ago

From VS Code version 1.37 you can do everything this extension by adding the following setting to your settings.json file:

"terminal.integrated.cwd": "${fileDirname}"
Tyriar commented 5 years ago

This doesn't allow multiple cwd setups yet, see https://twitter.com/borekb/status/1161229132627402752, https://github.com/microsoft/vscode/issues/79133