Skip to content

Commit 5bede99

Browse files
add new settings on 2025
1 parent af796cf commit 5bede99

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.vscode/settings.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"window.commandCenter": false,
1717
"window.menuBarVisibility": "compact",
1818
"window.title": " ",
19-
"window.titleBarStyle": "custom",
20-
"window.zoomLevel": 2,
19+
"window.titleBarStyle": "native",
20+
"window.zoomLevel": 1.2,
2121
"workbench.editor.empty.hint": "hidden",
2222
"workbench.editor.labelFormat": "default",
2323
"workbench.editor.showTabs": "multiple",
@@ -76,7 +76,7 @@
7676
/* --------------------------- */
7777
/* THEME */
7878
/* --------------------------- */
79-
"workbench.colorTheme": "One Dark Pro Darker",
79+
"workbench.colorTheme": "TryCatch Theme",
8080
/* --------------------------- */
8181
/* ICONS */
8282
/* --------------------------- */
@@ -90,15 +90,16 @@
9090
/* --------------------------- */
9191
/* FONTS */
9292
/* --------------------------- */
93-
"editor.fontFamily": "Cascadia Code",
94-
"editor.fontSize": 11,
95-
"editor.fontLigatures": false,
93+
"editor.fontFamily": "Iosevka Nerd Font",
94+
"editor.fontSize": 14.8,
95+
"editor.fontLigatures": true,
9696
/* ------------------------------ */
9797
/* TERMINAL */
9898
/* ------------------------------ */
9999
"terminal.integrated.cursorStyle": "line",
100100
"terminal.integrated.defaultProfile.linux": "Git Bash",
101-
"terminal.integrated.fontSize": 14,
101+
"terminal.integrated.defaultProfile.windows": "Git Bash",
102+
"terminal.integrated.fontSize": 15,
102103
"terminal.integrated.minimumContrastRatio": 1,
103104
/* --------------------------- */
104105
/* FILES */
@@ -237,7 +238,7 @@
237238
"workbench.activityBar.location": "default",
238239
"git.autofetch": true,
239240
"editor.quickSuggestionsDelay": 0,
240-
"editor.acceptSuggestionOnEnter": "smart",
241+
"editor.acceptSuggestionOnEnter": "on",
241242
"editor.snippetSuggestions": "top",
242243
"editor.suggesti.filterGraceful": true,
243244
"workbench.colorCustomizations": {}

0 commit comments

Comments
 (0)