mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-17 02:53:08 +00:00
chore(global): update VS Code and Zed editor settings
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
4fd021f3a0
commit
a53db84791
9 changed files with 117 additions and 2 deletions
1
.config/Code/User/profiles/-388e6ead/extensions.json
Normal file
1
.config/Code/User/profiles/-388e6ead/extensions.json
Normal file
File diff suppressed because one or more lines are too long
17
.config/Code/User/profiles/-388e6ead/settings.json
Normal file
17
.config/Code/User/profiles/-388e6ead/settings.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"workbench.colorTheme": "Default Light Modern",
|
||||
"editor.minimap.enabled": false,
|
||||
"breadcrumbs.enabled": false,
|
||||
"editor.glyphMargin": false,
|
||||
"explorer.decorations.badges": false,
|
||||
"explorer.decorations.colors": false,
|
||||
"editor.fontLigatures": true,
|
||||
"files.autoSave": "afterDelay",
|
||||
"git.enableSmartCommit": true,
|
||||
"window.commandCenter": true,
|
||||
"editor.renderWhitespace": "none",
|
||||
"workbench.editor.untitled.hint": "hidden",
|
||||
"markdown.validate.enabled": true,
|
||||
"markdown.updateLinksOnFileMove.enabled": "prompt",
|
||||
"workbench.startupEditor": "none"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue