move vscode config
This commit is contained in:
parent
c962840ed3
commit
2644bbf4fd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"workbench.colorTheme": "Atom One Dark",
|
|
||||||
"editor.fontFamily": "'Fira Code', 'Font Awesome 6 Brands', 'Font Awesome 6 Free', 'Font Awesome 6 Free Solid'",
|
"editor.fontFamily": "'Fira Code', 'Font Awesome 6 Brands', 'Font Awesome 6 Free', 'Font Awesome 6 Free Solid'",
|
||||||
"editor.minimap.enabled": false,
|
"editor.minimap.enabled": false,
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
|
@ -56,4 +55,5 @@
|
||||||
"[javascriptreact]": {
|
"[javascriptreact]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
|
"workbench.colorTheme": "Atom One Dark",
|
||||||
}
|
}
|
Loading…
Reference in a new issue