260324:1349 Refactor RFA #01
CI / CD Pipeline / build (push) Failing after 1m52s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
admin
2026-03-24 13:49:30 +07:00
parent a3e3206b06
commit 4cd0952482
29 changed files with 1700 additions and 306 deletions
+3 -2
View File
@@ -27,7 +27,7 @@
"editor.lineHeight": 1.6,
"editor.rulers": [80, 120],
"editor.minimap.enabled": true,
"editor.minimap.sectionHeaderFontSize": 14,
"editor.minimap.sectionHeaderFontSize": 12,
"editor.renderWhitespace": "selection",
// "editor.renderWhitespace": "boundary",
"editor.renderControlCharacters": true,
@@ -47,7 +47,7 @@
// DEFAULT FORMATTER
// ========================================
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
@@ -675,6 +675,7 @@
"workbench.colorTheme": "Default Dark Modern",
"workbench.preferredDarkColorTheme": "Default Dark Modern",
"scm.alwaysShowActions": false,
"workbench.settings.alwaysShowAdvancedSettings": true,
},
// ========================================
// LAUNCH CONFIGURATIONS