ext install fooxly.quick-terminalA package by Fooxly.
Quick Terminal is the easiest method to open a native console. By just a press of a button a terminal is created at the workspace base folder or the selected file its folder.
About 40% of your donation goes to one of the charities we support. For further information or questions please visit our website or contact us via [email protected].
-
quickterminal.priority: The priority given to the statusbar button (0by default)"quickterminal.priority": <number>
Unfortunately, there are some cases where VS Code can't find the right terminal on your OS to use.
Configure "terminal.explorerKind" in your settings.json, and set one of the
following options based on your operating system:
Note: Remember to replace the values below with your preferred Terminal app
"terminal.external.osxExec": "Terminal.app"
"terminal.external.windowsExec": "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe"
"terminal.external.linuxExec": "xterm"
MIT © Fooxly