nzxl的编码启动包:提升您的开发体验
nzxl的编码启动包是一套精心挑选的扩展和个性化设置,旨在为开发者提供最佳的开发环境。这些扩展是我日常工作流程中不可或缺的一部分,我将尽力保持包的更新。
兼容性:
经过在Arch Linux上使用Code 1.85.2版本的测试,确保稳定运行。
个性化settings.json:
我借鉴了其他开发者的设置,并根据我的工作流程进行了调整,以下是我的settings.json文件内容:
{
"files.associations": {
"*.ejs": "html",
".env*": "dotenv"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "keyword.other.dotenv",
"settings": {
"foreground": "#FF000000"
}
}
]
},
"git.autofetch": true,
"redhat.telemetry.enabled": false,
"editor.fontFamily": "GeistMono Nerd Font",
"scm.inputFontFamily": "GeistMono Nerd Font",
"terminal.integrated.fontFamily": "Source Code Pro",
"chat.editor.fontFamily": "GeistMono Nerd Font",
"debug.console.fontFamily": "GeistMono Nerd Font",
"editor.codeLensFontFamily": "GeistMono Nerd Font",
"notebook.output.fontFamily": "GeistMono Nerd Font",
"markdown.preview.fontFamily": "GeistMono Nerd Font",
"editor.inlayHints.fontFamily": "GeistMono Nerd Font",
"editor.fontSize": 15,
"terminal.integrated.fontSize": 15,
"editor.minimap.enabled": false,
"window.commandCenter": false,
"editor.scrollbar.vertical": "auto",
"window.titleBarStyle": "custom",
"editor.scrollbar.horizontal": "auto",
"apc.activityBar": {
"position": "bottom",
"hideSettings": true,
"size": 20
},
"apc.font.family": "GeistMono Nerd Font",
"apc.monospace.font.family": "GeistMono Nerd Font",
"apc.statusBar": {
"position": "editor-bottom",
"height": 28,
"fontSize": 12
},
"apc.stylesheet": {
".title-label": "display: none !important",
".tabs-and-actions-container > .editor-actions": "display: none !important",
".inline-tabs-placeholder": "display: none !important"
},
"workbench.startupEditor": "none",
"workbench.activityBar.location": "top",
"explorer.compactFolders": false,
"editor.tabSize": 2,
"editor.linkedEditing": true,
"breadcrumbs.filePath": "off",
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"gitlens.outputLevel": "silent",
"debug.internalConsoleOptions": "neverOpen",
"gitlens.debug": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.resolveGlobalModules": true,
"prettier.enable": true,
"diffEditor.ignoreTrimWhitespace": false,
"prettier.endOfLine": "auto",
"prettier.singleQuote": false,
"prettier.trailingComma": "es5",
"prettier.bracketSameLine": true,
"prettier.bracketSpacing": true,
"prettier.quoteProps": "as-needed",
"prettier.tabWidth": 4,
"prettier.semi": true,
"prettier.printWidth": 1000,
"prettier.htmlWhitespaceSensitivity": "ignore",
"editor.formatOnSave": true,
"dotenv.enableAutocloaking": true,
"workbench.iconTheme": "vs-nomo-dark",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"breadcrumbs.enabled": false
}
体验提升:
通过使用nzxl的编码启动包,您可以优化您的开发环境,提升编码效率,享受更流畅的开发体验。
本站所有资源都是由网友投稿发布,或转载各大下载站, 请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则 产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:study_golang@163.com