我想改变集成终端, CMDER我在Windows 8.1上使用Vscode我检查了文档和偏好文件,但我混淆了所以从下面这行将改变它

//外部终端

// Customizes which terminal to run on Windows.

"terminal.external.windowsExec": "%COMSPEC%",

// Customizes which terminal application to run on OS X.

"terminal.external.osxExec": "Terminal.app",

// Customizes which terminal to run on Linux.

"terminal.external.linuxExec": "xterm",

//集成终端

// The path of the shell that the terminal uses on Linux.

"terminal.integrated.shell.linux": "sh",

// The command line arguments to use when on the Linux terminal.

"terminal.integrated.shellArgs.linux": [],

// The path of the shell that the terminal uses on OS X.

"terminal.integrated.shell.osx": "sh",

// The command line arguments to use when on the OS X terminal.

"terminal.integrated.shellArgs.osx": [],

// The path of the shell that the terminal uses on Windows. When using shells shipped with Windows (cmd, PowerShell or Bash on Ubuntu), prefer C:\Windows\sysnative over C:\Windows\System32 to use the 64-bit versions.

"terminal.integrated.shell.windows": "C:\\Windows\\system32\\cmd.exe",

// The command line arguments to use when on the Windows terminal.

"terminal.integrated.shellArgs.windows": [],

// Controls the font family of the terminal, this defaults to editor.fontFamily's value.

"terminal.integrated.fontFamily": "",

// Controls whether font ligatures are enabled in the terminal.

"terminal.integrated.fontLigatures": false,

// Controls the font size in pixels of the terminal, this defaults to editor.fontSize's value.

"terminal.integrated.fontSize": 0,

// Controls the line height of the terminal, this number is multipled by the terminal font size to get the actual line-height in pixels.

"terminal.integrated.lineHeight": 1.2,

// Controls whether the terminal cursor blinks.

"terminal.integrated.cursorBlinking": false,

// Controls whether locale variables are set at startup of the terminal, this defaults to true on OS X, false on other platforms.

"terminal.integrated.setLocaleVariables": false,

// A set of command IDs whose keybindings will not be sent to the shell and instead always be handled by Code. This allows the use of keybindings that would normally be consumed by the shell to act the same as when the terminal is not focused, for example ctrl+p to launch Quick Open.

"terminal.integrated.commandsToSkipShell": [

"editor.action.toggleTabFocusMode",

"workbench.action.debug.continue",

"workbench.action.debug.restart",

"workbench.action.debug.run",

"workbench.action.debug.start",

"workbench.action.debug.stop",

"workbench.action.quickOpen",

"workbench.action.showCommands",

"workbench.action.terminal.clear",

"workbench.action.terminal.copySelection",

"workbench.action.terminal.focus",

"workbench.action.terminal.focusNext",

"workbench.action.terminal.focusPrevious",

"workbench.action.terminal.kill",

"workbench.action.terminal.new",

"workbench.action.terminal.paste",

"workbench.action.terminal.runSelectedText",

"workbench.action.terminal.scrollDown",

"workbench.action.terminal.scrollDownPage",

"workbench.action.terminal.scrollToBottom",

"workbench.action.terminal.scrollToTop",

"workbench.action.terminal.scrollUp",

"workbench.action.terminal.scrollUpPage",

"workbench.action.terminal.toggleTerminal"

],

vscode 更改中办发文_如何在Visual Studio代码或VSCode中更改集成终端相关推荐

  1. vscode中怎样格式化js代码_如何在Visual Studio代码(VSCode)中格式化代码

    回答(30) 2 years ago 对于那些想要自定义要格式化的JavaScript文件的人,可以使用 JSfiles 属性上的任何扩展名同样适用于HTML . { "beautify.o ...

  2. vscode 注释多行代码_如何在Visual Studio Code中注释多行?

    我找不到在Visual Studio Code中注释和取消注释多行代码的方法. 是否可以使用某些快捷方式在Visual Studio Code中注释和取消注释多行? 如果是,该怎么办? 当其中一行已被 ...

  3. java代码如何与界面联系在一起_如何在Visual Studio Code 中编写Java代码

    本文将展示如何在Visual Studio Code中用Java编写和运行一个简单的Hello World程序. 首先您必须在本地开发环境中安装Java SE开发工具包(JDK) Visual Stu ...

  4. 如何在Visual Studio代码中隐藏侧栏中的某些文件?

    本文翻译自:How do I hide certain files from the sidebar in Visual Studio Code? Using Microsoft's Visual S ...

  5. visual studio asmx 调试_通过Windows Visual Studio远程调试WSL2中的.NET Core Linux应用程序...

    最近两天在Linux中调试.NET Core应用程序,同时我发现在Linux中调试.NET Core应用程序并不容易.一直习惯在Visual Studio中进行编码和调试.现在我想的是可以简单快速的测 ...

  6. 如何在Visual Studio 2010 32 Bits中的通过Project的Post-build Event执行 64bits的PowerShell

    应用背景: 一些PowserShell Scripts需要在64 bits windows powershell中执行,例如一些SharePoint 2010的操作.Google在stackoverf ...

  7. c语言中TR1=1什么意思,c – 如何在Visual Studio 2010(tr1 :: function)中使用tr1?

    如何开始使用Visual Studio 2010的tr1功能?对于更具体的情况,我需要std :: tr1 :: function.我试过包括#include< tr1 / functional ...

  8. windows更改服务名称_如何在Windows 10的登录屏幕上更改名称

    windows更改服务名称 Whenever you sign in to Windows 10, your full name appears above the password entry. Y ...

  9. androidstudio使用mac字体_如何在Android Studio编写的项目中使用自定义字体

    有很多方法可以在字段上设置自定义字体系列,我使用如下所示. 要将字体添加为资源,请在Android Studio中执行以下步骤: 1)右键单击res文件夹,然后转到新建> Android资源目录 ...

  10. 【转】【UML】使用Visual Studio 2010 Team System中的架构师工具(设计与建模)

    Lab 1: 应用程序建模 实验目标 这个实验的目的是展示如何在Visual Studio 2010旗舰版中进行应用程序建模.团队中的架构师会通过建模确定应用程序是否满足客户的需求. 你可以创建不同级 ...

最新文章

  1. leetcode-字符串中的第一个唯一字符
  2. sql server2005 通用分页方法
  3. git add .出现尚未暂存以备提交的变更
  4. javascript DOM(08-21)
  5. python程序设计案例课堂第二篇_Python程序设计案例课堂第二篇核心技术第十章图形用户界面...
  6. 数字笔记-Notion使用教程
  7. 关于windows图形编程 Hello2 程序的问题
  8. flask 安装flask_resultful
  9. P2237 [USACO14FEB]自动完成Auto-complete
  10. 成为最大的独立开源公司,对SUSE意味着什么? | 人物志
  11. 【Git】Git基本操作详解
  12. Luogu5280 [ZJOI2019] 线段树 【线段树】
  13. azw3怎么在Mac电脑上打开?
  14. 机器学习之SMOTE算法
  15. Prometheus最佳实践 Summary和Histogram
  16. Echarts数据可视化总结
  17. mac显示和隐藏文件命令
  18. 前端云原生——微信小程序云服务配置
  19. ip网络广播系统服务器,IP网络广播系统控制软件
  20. SQLServer中ADO,OLEDB,ODBC的区别

热门文章

  1. Android应用开发初印象
  2. 回溯法 - 递归 - n皇后问题 - 所有解
  3. python获取读取文件的文件名_python文件名获取文件路径
  4. 跨域将.net 工程嵌入别的系统页面中发生的js、ajax的拒绝访问的错误
  5. .Net 下未捕获异常的处理
  6. MVVM 架构解析及 Jetpack 架构组件的使用
  7. CentOS 安装rz和sz命令
  8. RestTemplate 配置http连接池
  9. leetcode-120-Triangle-等腰三角形
  10. Android手势监听类GestureDetector的使用