kevins8
08/22/2022, 8:20 PMseadude
08/24/2022, 4:56 PMCURR_TIMEZONE
to a snippet and having VS Code adjust AUTOMATICALLY for daylight savings time!!
Well IF this GitHub Issue receives 20 upvotes (20 people giving it a "thumbs up" emoji), the VS Code developers will implement it!
Please please please consider upvoting this GitHub Issue.
Thanks!
https://github.com/microsoft/vscode/issues/151220NULL
08/26/2022, 9:12 PMNULL
08/26/2022, 9:12 PMthinline
08/26/2022, 9:18 PMNULL
08/26/2022, 9:22 PM#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Dendron
Comment=Code Editing. Refined.
GenericName=Text Editor
Exec=/usr/bin/code --unity-launch $HOME/Documents/DendronNotes/
Icon=visual-studio-code
Type=Application
StartupNotify=false
StartupWMClass=Code
Categories=TextEditor;Development;IDE;
MimeType=text/plain;inode/directory;application/x-visual-studio-code-workspace;
Actions=new-empty-window;
Keywords=vscode;
kevins8
08/26/2022, 10:45 PMseadude
08/26/2022, 10:55 PM${CURRENT_TZONE}
variable to which takes the place of MANUALLY adding and maintaining timezone info in your timestamps (the 07:00
below).
Please upvote. (last time i'll spam this group, promise!)
"Insert_Timestamp": {
"prefix": "stime",
"body": [
"${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}-07:00"
],
"description": "insert timestamp in ISO8601 format"
}
Saine
08/30/2022, 12:43 PMkevins8
08/30/2022, 1:46 PMSaine
08/30/2022, 3:01 PMaleksey
08/31/2022, 12:51 AMd1onys1us
09/03/2022, 1:50 PMd1onys1us
09/03/2022, 1:50 PMkevins8
09/04/2022, 12:07 AMmatthieu
09/04/2022, 5:57 AMkevins8
09/05/2022, 12:43 AMSeriousBug
09/05/2022, 4:37 AMDrij
09/06/2022, 9:32 AMDrij
09/06/2022, 9:32 AMd1onys1us
09/06/2022, 7:35 PMkevins8
09/06/2022, 10:43 PMd1onys1us
09/06/2022, 10:43 PMkevins8
09/06/2022, 10:46 PMkevins8
09/06/2022, 10:46 PMassetPrefix
is set correctlykevins8
09/06/2022, 10:46 PMd1onys1us
09/07/2022, 1:46 AMmichaelvolk
09/07/2022, 2:01 AMkevins8
09/07/2022, 2:13 AMkevins8
09/07/2022, 2:14 AM