vscode定义主题色官网:https://code.visualstudio.com/api/references/theme-color#integrated-terminal-colors问题:终端选中颜色和终端背景颜色一致时,不能显示出光标选中的内容,并且网上搜索了各种主题设置,没有提到终端选中属性的颜色解决:通过查找vscode官方资料,找到terminal.selectionBackground属性,可以通过调整terminal.s...
//选中内容 // "editorCursor.foreground": "#000", //光标 "terminal.background": "#282A36", "terminal.foreground": "#f6f6f4", "terminal.ansiBrightBlack": "#7b7f8b", "terminal.ansiBrightRed": "#f07c7c", "terminal.ansiBrightGreen": "#78f09a", "terminal.ansi...
Issue Type:Bug After updating to VSCode 1.57 I noticed that the Terminal background appears to be different than the rest of the UI. This screenshot shows the difference between VSCode 1.57 (top) and previous version: Note that depending on the Theme used it is less visible, but it happens...
9 "terminal.integrated.cursorBlinking": true,//控制终端光标是否闪烁 10 "terminal.integrated.lineHeight": 1.1,//终端的行高 11 // "terminal.integrated.letterSpacing": 0.1, 12 // "terminal.integrated.fontSize": 11, //字体大小设置 13 // "terminal.integrated.fontFamily": "Small Fonts, Lucida C...
"terminal.background": "#61656b", "sideBar.background": "#504b45", "sideBar.foreground": "#c9c9b7", "editor.lineHighlightBackground": "#1073cf2d", "editor.lineHighlightBorder": "#311dee1f", "editor.background": "#42423e"
"terminal.integrated.shell.windows": "C:/Windows/System32/cmd.exe", "editor.fontSize": 22, "editor.unicodeHighlight.nonBasicASCII": false, "security.workspace.trust.enabled": false, "workbench.colorTheme": "Atom One Dark", "workbench.iconTheme": "material-icon-theme", ...
"Atom One Dark","java.home":"C:\\Java\\jdk1.8.0_131","java.configuration.maven.userSettings":"H:\\Maven\\apache-maven-3.5.0\\conf\\settings.xml","maven.executable.path":"H:\\Maven\\apache-maven-3.5.0\\bin\\mvn.cmd","maven.terminal.useJavaHome":true,"maven.terminal.customEnv"...
"terminal-powershell", "color": "terminal.ansiBlue", "overrideName":true }, "Command Prompt": { "path": [ "${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe" ], "args": [], "color": "terminal.ansiCyan", "icon": "terminal-cmd", "overrideName":true ...
一、 vscode常用插件 1. any-rule 常用正则大全 使用: 按F1(或ctrl + shift + p) -> 输入zz可以看到正则列表(或者输入关键词, 比如"手机") 图1-1 2. Auto Close Tag 自动补全 html 标签 3. Auto Rename Tag 自动完成另一侧标签的同步修改
1. Bracket Pair Colorizer 2 括号变颜色插件 2.Auto Rename Tag 自动重命名配对的HTML标签 3.Chinese (Simplified) (简体中文) Language Pack for Visual 中文简体的vscode汉化 4. code-translate 悬浮翻译插件 5.JavaScript (ES6) code snippets 该扩展包含十几个代码片段,可以使用它们来生成ES6代码片段 ...