以下是博主的通用配置: {// - 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 ...
{ // [[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.lineHeight": 26, // 编辑器中的行高 "editor.fontSize": 18, // 编辑器中的字体 "editor.wordWrap": "on", "editor.formatOnSave": true, //编辑器自动保存 "python.linting.flake8Enabled": true, "python.linting.enabled": false, //启用flake8,首先需要pip3 install falke8 "python.for...
// Main editor"editor.fontSize":18,// Terminal panel"terminal.integrated.fontSize":14,// Output panel"[Log]":{"editor.fontSize":15} 更改字体的大小 终端的字体大小 日志窗口的大小 代码语言:javascript 复制 "window.zoomLevel":5 窗口缩放的级别 ...
// Main editor"editor.fontSize":18,// Terminal panel"terminal.integrated.fontSize":14,// Output panel"[Log]": {"editor.fontSize":15} 更改字体的大小 终端的字体大小 日志窗口的大小 "window.zoomLevel":5 窗口缩放的级别 "files.autoSave":"afterDelay" ...
"editor.fontFamily": "等距更纱黑体 SC", // 控制编辑器字体 "editor.fontSize": 16, // 同上 "editor.fontLigatures": true, // 连体字,效果不太好形容,见 https://typeof.net/Iosevka 最后一部分 "editor.minimap.enabled": false, // 我个人不用minimap,就是右边那个东西 "editor.dragAndDrop":...
{ "git.ignoreMissingGitWarning": true, "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe", "window.zoomLevel": 1, "javascript.implicitProjectConfig.experimentalDecorators": true, "workbench.editor.enablePreview": false, "editor.tabSize": 2, "workbench.editor.enablePreview":...
true,"mssql.intelliSense.enableQuickInfo":true,"mssql.intelliSense.lowerCaseSuggestions":false,"mssql.resultsFontFamily":"-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,Ubuntu,Droid Sans,sans-serif","mssql.resultsFontSize":13,"mssql.copyIncludeHeaders":false,"mssql.copy...
"editor.find.addExtraSpaceOnTop":false,//显式 "font-feature-settings" CSS 属性。如果只需打开/关闭连字,可以改为传递布尔值"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss06', 'zero'",//控制编辑器是否应呈现垂直字形边距。字形边距最常用于调试。"editor.glyphMargin":true,//在编辑...