lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
320 stars 89 forks source link

Where can I customize Date/Time debug output format? #371

Open KMZydhek opened 7 months ago

KMZydhek commented 7 months ago

Simple enough question (I hope): I want to change the format used for date and time output in the debug console window. Currently, it's using DD/MM/YYYY @ H:M:S (single-digit) format. I would like to change it to YYYY.MM.DD HH:MM:SS (leading 0 format) format.

Assistance in doing this is much appreciated! Kehvan