首页 > 其他 > 详细

vscode设置终端

时间:2018-08-19 11:36:38      阅读:202      评论:0      收藏:0      [点我收藏+]

文件 -> 首选项 -> 设置中打开, 在用户设置中添加如下配置项:

  // "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",----------------powershell

  // "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",-----------cmd

  "terminal.integrated.shell.windows": "D:\\soft\\git\\bin\\bash.exe",-----------------git

vscode设置终端

原文:https://www.cnblogs.com/black09/p/9500662.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!