w3c-validator
Visual Studio Code extension for check file or url with W3C Markup Service
Features
- Get detailed report of current file
- Get detailed report of any url
- check on save(can by disabled globaly or on a workspace)
Requirements
You don't have to install any things, all used tools are included in this extension.
Extension Settings
This extension contributes the following settings:
w3c-validator.checkFileOnSave: Enable/Disable checking of the current opened file.
w3c-validator.fileTypeTobeChecked : File type to be checked on save. Should be a valid regex. Default: ^.{1,}.html$
Known Issues
If you find bugs, you can open issue here
Release Notes
See CHANGELOG.md file.
How to contribute ?
Run dev build
Run pnpm run watch.
Press F5 for open vscode on mode Extension Host.
Package into .vsix
You must have already built the project before package it.
Run pnpm run package.
Release pre-release
Run pnpm run package:pre-release.
Enjoy!
| |