VSIX Publish Lint
Runs the same checker as the npm package
@readystack/vsix-publish-linton a Node.js runtime that pip installs for you (nodejs-wheel-binaries) - no system Node.js needed. Your files are checked locally.
Find the package.json lines that stop vsce before you run the release build
Install
vsix-publish-lint file
Node 18+. The same 16 rules as the VS Code extension, from a terminal or CI.
Free
- Lints the extension manifest you have open against all 16 rules and names, line by line, the exact field to change
--ruleslists every rule
With a licence ($29 once)
- Lints every extension manifest in the workspace in one pass and writes the result out as a JSON or SARIF file you keep and run in CI
@readystack/vsix-publish-lint --dir ./templates --report html --out report.html
One hour of specialised freelance developer time runs $75-$150 on Upwork's own 2026 rate guide; a rejected publish usually costs more than one.
Use from an AI agent (MCP)
Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:
{ "mcpServers": { "vsix-publish-lint": { "command": "npx", "args": ["-y", "@readystack/vsix-publish-lint", "--mcp"] } } }
Tools: check_text and check_file (free) · check_dir (licence). The agent gets every finding with the line number.
Use in CI
- name: VSIX Publish Lint
run: npx -y @readystack/vsix-publish-lint --dir . --ci
(container: docker run --rm -v "$PWD:/work" getreadystack/vsix-publish-lint --dir /work --ci)
The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set READYSTACK_LICENSE=<key> or run --license <key> once.
Install (PyPI)
pip install readystack-vsix-publish-lint
vsix-publish-lint --help
Release files for readystack-vsix-publish-lint 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| readystack_vsix_publish_lint-1.0.6.tar.gz | 17.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| readystack_vsix_publish_lint-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.3 kB
Release files / readystack_vsix_publish_lint-1.0.6.tar.gz
| Download URL | readystack_vsix_publish_lint-1.0.6.tar.gz |
|---|---|
| Size | 17.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9038cbbf887a649fc78a02f100037fd777d402dbef53b2ce72eb6c7fb4d8bd79
|
|
BLAKE2b-256 checksum How to use checksums |
fdbe3b7bf5b4174a1581906fbc9c7ba48fbd7e4504e9fba2f324663a184c2bb4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / readystack_vsix_publish_lint-1.0.6-py3-none-any.whl
| Download URL | readystack_vsix_publish_lint-1.0.6-py3-none-any.whl |
|---|---|
| Size | 19.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d2fba14a922602b1398124487e9933784b5f0a55f51b793d7f893d38bcfeb8fd
|
|
BLAKE2b-256 checksum How to use checksums |
59090ab44f04a3d2867dd75cb9083bd235930c6f6ee9ae9d263c178c28efd74c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|