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

这篇博客主要介绍如何在Windows 8.1上的Visual Studio Code (VSCode) 中设置集成终端为CMDER。作者提供了修改VSCode配置文件的方法,涉及到Windows、OSX和Linux不同平台的终端设置,特别是详细指出了更改Windows环境下外部终端启动命令的步骤。
部署运行你感兴趣的模型镜像

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

],

您可能感兴趣的与本文相关的镜像

Python3.10

Python3.10

Conda
Python

Python 是一种高级、解释型、通用的编程语言,以其简洁易读的语法而闻名,适用于广泛的应用,包括Web开发、数据分析、人工智能和自动化脚本

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符  | 博主筛选后可见
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值