update
This commit is contained in:
parent
09ca2bc27f
commit
e967e31b97
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"workbench.colorTheme": "Atom One Dark",
|
||||
"editor.fontFamily": "'Fira Code', 'Font Awesome 5 Brands', 'Font Awesome 5 Free', 'Font Awesome 5 Free Solid'",
|
||||
"editor.fontFamily": "'Fira Code', 'Font Awesome 6 Brands', 'Font Awesome 6 Free', 'Font Awesome 6 Free Solid'",
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.fontLigatures": true,
|
||||
"editor.renderControlCharacters": false,
|
||||
"editor.rulers": [80, 100, 120],
|
||||
"terminal.integrated.fontFamily": "'Fira Code', 'Font Awesome 5 Brands', 'Font Awesome 5 Free', 'Font Awesome 5 Free Solid'",
|
||||
"terminal.integrated.fontFamily": "'Fira Code', 'Font Awesome 6 Brands', 'Font Awesome 6 Free', 'Font Awesome 6 Free Solid'",
|
||||
"terminal.integrated.shellIntegration.enabled": false,
|
||||
"explorer.confirmDelete": false,
|
||||
"diffEditor.maxComputationTime": 0,
|
||||
|
|
Loading…
Reference in a new issue