260309:1715 20260309:1700 fix n8n workflow add model
Build and Deploy / deploy (push) Successful in 1m30s

This commit is contained in:
admin
2026-03-09 17:15:57 +07:00
parent ec5f83dd4c
commit b6dc83d54a
6 changed files with 102 additions and 63 deletions
+1 -50
View File
@@ -329,25 +329,6 @@
"foreground": "#FFA500",
},
},
// ========================================
// GITLENS
// ========================================
"gitlens.statusBar.enabled": true,
"gitlens.currentLine.enabled": true,
"gitlens.currentLine.format": "${author}, ${agoOrDate}",
"gitlens.codeLens.enabled": true,
"gitlens.codeLens.authors.enabled": false,
"gitlens.codeLens.recentChange.enabled": true,
"gitlens.hovers.enabled": true,
"gitlens.blame.format": "${author|10} ${agoOrDate|14-}",
"gitlens.blame.highlight.enabled": false,
"gitlens.views.repositories.location": "scm",
"gitlens.views.fileHistory.location": "explorer",
"gitlens.views.lineHistory.location": "explorer",
"gitlens.terminal.enabled": false,
// ========================================
// GIT
// ========================================
@@ -650,7 +631,7 @@
"files.maxMemoryForLargeFilesMB": 1024,
"telemetry.telemetryLevel": "off",
"security.workspace.trust.untrustedFiles": "open",
"extensions.ignoreRecommendations": false,
"extensions.ignoreRecommendations": true,
// ========================================
// DEBUGGING
// ========================================
@@ -939,36 +920,6 @@
// "focus": true // ให้ Focus ที่อันนี้เป็นอันสุดท้าย (พร้อมพิมพ์)
},
},
{
"label": "🖥️ SSH QNAP",
"type": "shell",
"command": "ssh qnap",
"isBackground": true,
"problemMatcher": [],
"presentation": {
"reveal": "always",
"panel": "dedicated",
"group": "ssh",
},
"runOptions": {
"runOn": "folderOpen",
},
},
{
"label": "🖥️ SSH ASUSTOR",
"type": "shell",
"command": "ssh asustor",
"isBackground": true,
"problemMatcher": [],
"presentation": {
"reveal": "always",
"panel": "dedicated",
"group": "ssh",
},
"runOptions": {
"runOn": "folderOpen",
},
},
],
},
"extensions": {