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

我想改变集成终端, 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"

],

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值