This extension provides the Médi-Contract Group header integration in VS Code.
# ************************************************************************************** #
# #
# Filename: ┌───────────┐ ┌───────────┐ #
# Untitled-1 │ ┌───────┐ │ │ ┌───────┐ │ #
# │ │ │ └─┐ ┌─┘ │ │ │ #
# By: │ │ └───┘ └───┘ │ │ #
# Sébastien Dominguez <hello@scadimes.fr> │ └─────┐ ┌─────┘ │ #
# └─────┐ │ ┌─┐ │ ┌─────┘ #
# Created: └─┘ ┌──┘ └──┐ └─┘ #
# 2019/07/20 00:08:36 by Sébastien Dominguez ┌─┐ └──┐ ┌──┘ ┌─┐ #
# ┌─────┘ │ └─┘ │ └─────┐ #
# Updated: │ ┌─────┘ └─────┐ │ #
# 2019/07/20 00:08:36 by Sébastien Dominguez │ │ ┌───┐ ┌───┐ │ │ #
# │ │ │ ┌─┘ └─┐ │ │ │ #
# MÉDI-CONTRACT GROUP │ └───────┘ │ │ └───────┘ │ #
# © 2019 All Rights Reserved. └───────────┘ └───────────┘ #
# #
# ************************************************************************************** #
Install
Launch Quick Open with ⌘+P and enter
ext install medi-contract-group-header
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 :
{
"medi-contract-group.username": string,
"medi-contract-group.email": string
}
Issues
To report a bug or ask for a feature, please open a Github issue.
License
MIT