Output deploy text to command log

This commit is contained in:
Tim 2025-05-06 12:37:41 +02:00
parent c40d05e154
commit d886926c7f

View File

@ -2,6 +2,9 @@ customCommands:
- key: '<c-d>' - key: '<c-d>'
context: 'global' context: 'global'
command: "dep deploy" command: "dep deploy"
showOutput: true output: "logWithPty"
loadingText: "Deploying" loadingText: "Deploying"
outputTitle: "Deploy output" outputTitle: "Deploy output"
gui:
nerdFontsVersion: "3"