Skip to content

Commit

Permalink
fix bug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
HikaruEgashira committed Dec 29, 2023
1 parent 576e265 commit d2c3727
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"terminal.integrated.fontFamily": "'MesloLGS NF', 'Zen Kaku Gothic New', monospace",
"editor.fontFamily": "'MesloLGS NF', 'Zen Kaku Gothic New', monospace",
"workbench.startupEditor": "none",
"terminal.integrated.fontFamily": "'Cica', monospace",
"editor.fontFamily": "'Cica', monospace",
"workbench.colorTheme": "Nord Light",
"workbench.iconTheme": "vscode-icons",
"editor.inlineSuggest.enabled": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
Expand All @@ -17,8 +15,5 @@
"git.suggestSmartCommit": true,
"git.allowForcePush": true,
"explorer.confirmDelete": false,
"files.associations": {
".env": "dotenv"
},
"files.autoSave": "onFocusChange"
}

0 comments on commit d2c3727

Please sign in to comment.