😍Hướng dẫn thay đổi hình background VSCode theo sở thích - cực đơn giản
https://viblo.asia/p/huong-dan-thay-doi-hinh-background-vscode-theo-so-thich-cuc-don-gian-qPoL7yr14vk
C:\Users\Administrator\AppData\Roaming\Code\User\settings.json
{
"explorer.confirmDragAndDrop": false,
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"tabnine.experimentalAutoImports": true,
"editor.tabSize": 2,
"[blade]": {
"editor.defaultFormatter": "shufo.vscode-blade-formatter"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
"php-cs-fixer.lastDownload": 1698046708560,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"explorer.confirmDelete": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[css]": {
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter"
},
"security.workspace.trust.untrustedFiles": "open",
"editor.minimap.size": "fit",
"background.useFront": false,
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"background-position": "center",
"background-size": "contain",
"background-repeat": "no-repeat",
"opacity": 0.1
},
"background.customImages": [
"file:///C:/Users/Administrator/Pictures/black.jpg"
],
"editor.linkedEditing": true,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"bladeFormatter.format.indentInnerHtml": true,
"bladeFormatter.format.indentSize": 2,
"bladeFormatter.format.noPhpSyntaxCheck": true,
"bladeFormatter.format.sortTailwindcssClasses": true,
"bladeFormatter.format.wrapAttributes": "force-expand-multiline",
"bladeFormatter.format.wrapLineLength": 380,
"bladeFormatter.misc.dontShowNewVersionMessage": true,
"emmet.triggerExpansionOnTab": true,
"remove-empty-lines.runOnSave": true,
"bladeFormatter.format.noMultipleEmptyLines": true,
"phpfmt.indent_with_space": 2,
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"powermode.presets": "fireworks",
"powermode.enabled": true,
"powermode.shake.enabled": false,
"powermode.combo.counterEnabled": "hide",
"powermode.combo.timerEnabled": "hide",
"powermode.combo.counterSize": 8,
"powermode.shake.intensity": 8,
"glsl-linter.validatorPath": "C:\\glslang\\bin\\glslangValidator.exe",
"[glsl]": {
"editor.defaultFormatter": "raczzalan.webgl-glsl-editor"
},
"totalTypeScript.hideAllTips": false,
"totalTypeScript.hideBasicTips": false,
"workbench.editor.enablePreview": false,
"window.confirmSaveUntitledWorkspace": false,
"workbench.startupEditor": "none",
"editor.fontSize": 16,
"json.schemas": [
{
"fileMatch": [
"/.docx.json"
],
"url": "https://raw.githubusercontent.com/Mehdi-Verfaillie/docx/main/src/config/.docx.schema.json"
}
],
"workbench.editorAssociations": {
"*.docx": "default"
},
"background.styles": [
{},
{},
{}
]
}
Last updated