This extension provides the UTC header integration in VS Code.
# ********************************************************************************************************************* #
# UTC Header #
# :::::::::::::::::::: ::: ::: ::::::::::: :::::::: #
# coloration.py :::::::::::::::::::: :+: :+: :+: :+: :+: #
# ::::::::::::::+++#####+++ +:+ +:+ +:+ +:+ #
# By: branlyst <stephane.branly@etu.utc.fr> ::+++##############+++ +:+ +:+ +:+ +:+ #
# https://github.com/StephaneBranly +++##############+++:::: +#+ +:+ +#+ +#+ #
# +++##+++:::::::::::::: +#+ +:+ +#+ +#+ #
# :::::::::::::::::::: +#+ +#+ +#+ +#+ #
# :::::::::::::::::::: #+# #+# #+# #+# #+# #
# Update: 2021/03/26 13:32:09 by branlyst :::::::::::::::::::: ######## ### ######## .fr #
# #
# ********************************************************************************************************************* #
Install
Launch Quick Open with ⌘+P and enter
ext install utcheader
Usage
- macOS : ⌘ + ⌥ + H
- Linux / Windows : Ctrl + Alt + H.
Header is automatically updated on save.
Configuration
Default values for username and email are imported from environment variables.
To override these values, specify these properties in User Settings :
{
"utcheader.username": string,
"utcheader.email": string,
"utcheader.git": string
}
S
Issues
In case of a bug, or missing feature, please create a Github Pull Request.
License
MIT