Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>norminette-42New to Visual Studio Code? Get it now.
norminette-42

norminette-42

evilcat

|
82,816 installs
| (2) | Free
Norminette decorator for vscode with setting forked from alexis-visco.morminette-check
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Norminette Vscode

Simple decorator for vscode user that use norminette command at 42/101 and inject errors of the current opened file in the vscode editor.

Setting

Default setting is

use norminette -R CheckForbiddenSourceHeader day Piscine Day00-09

"norminette.command": "norminette",
"norminette.fileregex": "^ft.*\\.[ch]$",
  • command will run as $command $filename
  • fileregex will default to only run on file start with "ft" end with ".c" or ".h"
  • Regex is using typescript/javascript synatax;
  • Currently rely on normiette.42.fr
  • .h file is not supported at the moment with updated later please use norminette in console.

Usefule VSCcde Setting

to open vscode setting ⌘ + ,

"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,

Recommended extension for norm

Render end of line code-eol

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft