
THIS PROJECT IS A FORK.
This project is a fork from the vscode-42header from kube
This extension provides the 42 header integration in VS Code for Python.
Because the old header can't be put due to flake8, I changed it to a mini-header.
# ************************************************************************* #
# #
# ::: :::::::: #
# vscode.py :+: :+: :+: #
# +:+ +:+ +:+ #
# By: roandrie <roandrie@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2026/01/19 08:57:15 by roandrie #+# #+# #
# Updated: 2026/01/19 09:18:37 by roandrie ### ########.fr #
# #
# ************************************************************************* #
Install
Launch Quick Open with ⌘+P and enter
ext install 42headerpython
Usage
- macOS : ⌘ + ⌥ + P
- Linux / Windows : Ctrl + Alt + P.
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 :
{
"42headerpython.username": string,
"42headerpython.email": string
}
Issues
In case of a bug, or missing feature, please create a Github Pull Request.
License
MIT