vscode设置默认shell - CSDN博客 https://blog.csdn.net/butterfly5211314/article/details/78944805
在文件
-> 首选项
-> 设置
中打开, 在用户设置中添加如下配置项:
// "terminal.integrated.shell.windows": "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe",
// "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe",
"terminal.integrated.shell.windows": "D:\soft\git\bin\bash.exe"
vscode 跳转到指定的行数的快捷键 - CSDN博客 https://blog.csdn.net/cvper/article/details/81090028
Ctrl + G ,然后在弹出的框中输入行数就可以了;