Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>vscode-norminetteNew to Visual Studio Code? Get it now.
vscode-norminette

vscode-norminette

Juyeong Maing

|
509 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-norminette

vscode norminette linter

Note: currently under development, not works well

Features

Show norminette diagnostics

Requirements

You must have norminette installed on your computer.

Extension Settings

This extension contributes the following settings:

  • vscode-norminette.command: norminette command, or path to executable
  • vscode-norminette.args: extra arguments (ex: ["-R", "CheckForbiddenSourceHeader"])
  • vscode-norminette.include.name: file name to check (PCRE) (default: ^ft.*\.[ch]$) - not implemented yet
  • vscode-norminette.include.path: file path to check (PCRE) (default: ft) - not implemented yet
  • vscode-norminette.exclude.name: file name to not check (PCRE) - not implemented yet
  • vscode-norminette.exclude.path: file path to not check (PCRE) - not implemented yet

Known Issues

Not work properly when error count is not in (0, 1)

Release Notes

  • v0.0.1: published by mistake
  • v0.0.2: write README.md
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft