text visual sutudio codeで使用するターミナルの変更

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text visual sutudio codeで使用するターミナルの変更相关的知识,希望对你有一定的参考价值。

①ユーザー設定
「ctrl + ,」で開く

②使用したターミナルを右側のユーザー設定に追加

// Command Prompt
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
// PowerShell
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
// Git Bash
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
// Bash on Ubuntu (on Windows)
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe"

③ターミナルを新規で開く
「ctrl + Shift + @」

以上是关于text visual sutudio codeで使用するターミナルの変更的主要内容,如果未能解决你的问题,请参考以下文章

text visual sutudio codeで使用するターミナルの変更

text visual sutudio codeにPHPを认识させる

Sublime Text Code Visualization Plugin

秒杀Sublime Text的微软开源代码编辑工具Visual Studio Code

text rails runnerでlib配下のスクリプト実行时に需要できない

text Pyenvで环境づくり