251126:1700 1.4.4

This commit is contained in:
admin
2025-11-26 16:43:48 +07:00
parent 304f7fddf6
commit 6abb746e08
9 changed files with 358 additions and 98 deletions

View File

@@ -21,10 +21,21 @@
"username": "root"
}
],
"editor.fontSize": 15,
"editor.fontSize": 16,
"editor.codeActionsOnSave": {
"terminal": true
},
"editor.codeActions.triggerOnFocusChange": true
"editor.codeActions.triggerOnFocusChange": true,
"editor.tabSize": 2,
"editor.minimap.sectionHeaderFontSize": 12,
"terminal.integrated.fontSize": 15,
"workbench.colorTheme": "Default Dark Modern",
"workbench.colorCustomizations": {
"terminal.background": "#07003c",
"terminal.foreground": "#ffffff",
"terminalCursor.background": "#ffffff",
"terminalCursor.foreground": "#eeff00"
},
"geminicodeassist.agentYoloMode": false,
}
}

View File

@@ -1,7 +1,8 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"source.fixAll.eslint": "explicit",
"source.fixAll.sqltools": "explicit"
},
"eslint.validate": [
"javascript",
@@ -25,5 +26,9 @@
"username": "root"
}
],
"editor.fontSize": 16
"editor.fontSize": 16,
"editor.fontLigatures": false,
"editor.tabSize": 2,
"editor.minimap.sectionHeaderFontSize": 12,
"markdown.extension.print.theme": "dark"
}