// - onWindowChange: A dirty file is automatically saved when the window loses focus // "files.autoSave": "onFocusChange", // Controls the font size in pixels. "editor.fontSize": 14, // The number of spaces a tab is equal to. This setting is overridden based on the file contents ...
{ // [[Terminal]] "terminal.integrated.fontSize": 15, // 集成终端字号 "terminal.integrated.tabs.showActions": "always", // 始终显示“新建终端”按钮旁的“终端拆分”和“终止”按钮 "terminal.integrated.tabs.showActiveTerminal": "always", // 始终显示活动终端 // "terminal.integrated.enableBell...
"window.zoomLevel": -1, "explorer.compactFolders": false, "auto-rename-tag.activationOnLanguage": ["*"], "update.showReleaseNotes": false, "editor.fontSize": 13, // === } 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23....
"editor.fontSize": 25, "window.zoomLevel": -1, "code-runner":{ "runInTerminal": true, //在集成终端展示运行 "clearPreviousOutput": true, //运行前清楚之前输出 "saveAllFilesBeforeRun": false,//运行前即时保存所有文件 "saveFileBeforeRun": true,//运行前即时保存 "executorMap":{ "cpp": "...
"window.zoomLevel": 0, "window.titleBarStyle": "native", "window.title": "${rootName}${separator}${dirty}${activeFolderShort}/${activeEditorShort} | Code", "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "terminal.integrated.fontSize": 13, ...
"editor.fontFamily": "等距更纱黑体 SC", // 控制编辑器字体 "editor.fontSize": 16, // 同上 "editor.fontLigatures": true, // 连体字,效果不太好形容,见 https://typeof.net/Iosevka 最后一部分 "editor.minimap.enabled": false, // 我个人不用minimap,就是右边那个东西 "editor.dragAndDrop":...
在VS Code 中配置 打开VS Code 按下Ctrl + , 打开设置 在搜索框中输入 "font family" 找到"Editor: Font Family" 设置项 在最前面追加以下配置: 'JetBrains Mono' 注意字体名称要用单引号括起来,多个字体用逗号分隔131 隐藏滚动条如果你经常使用minimap,那么我可以将垂直方向的滚动条给隐藏,这样可以节省一...
该插件支持超过 20 个热门的图标集,包括了 Font Awesome、Ionicons、Glyphicons 和 Material Design Icons ext install Icon Fonts # Minify 压缩合并 JavaScript 和 CSS 文件的应用程序 https://marketplace.visualstudio.com/items?itemName=HookyQR.minify ext install Minify # Easy LESS less 工具 ext install ...
"editor.fontWeight": "100", "editor.dragAndDrop": false, "editor.quickSuggestions": { "other": true, "comments": true, "strings": true }, "terminal.integrated.fontSize": 14, "terminal.integrated.confirmOnExit": true, "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\...
{ "breadcrumbs.enabled": true, "editor.tabSize": 2, "editor.renderWhitespace": "boundary", "editor.cursorBlinking": "smooth", "editor.minimap.renderCharacters": false, "editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'", "editor.font...