You can open native terminal with any path, just click right button on your mouse, then select option called Open in native terminal (current folder) or Open in native terminal (root folder)
Also we can add default terminal to settings.json
use "open-native-terminal.use-default-terminal" with your favorite terminal:
- gnome-terminal,
- konsole,
- mate-terminal,
- x-terminal-emulator,
- etc...
- Iterm,
- Iterm2,
- etc...
for example in settings:
Note: if your terminal doesn't open, check the entered name and check that the needed terminal exists
for example in settings.json:
{
Linux:
"open-native-terminal.use-default-terminal": "mate-terminal",
or Mac
"open-native-terminal.use-default-terminal": "Iterm",
}