Add the Epitech Header to your files.
tekheader.addHeader: ctrl+alt+h (Linux & Windows), cmd+alt+h (Mac)
You can specify symbols for specific languages in your User.json file (found in Open User Settings (JSON)):
{
"tekheader.symbols": {
"plaintext": "dash"
}
}Slash comments (/*, **, */): C, C++, CSS, Go, Java, JavaScript, TypeScript, Rust
Hash comments (##): Dockerfile, Makefile, Python, Shell Script
Dash comments (--): Haskell
Semicolon comments (;;): Ini, Lua
Language not in supported list? Do not worry
You will be prompted with the closest comment choice and it's up to you to choose.
Tested on nvm v18.20.6
git clone https://github.com/hugoarnal/tekheader.git
npm install
npm run package