Extension to integrate textlint into VSCode.
Note
This repository is fork of taichi/vscode-textlint.
The MIT License from upstream repository continues to be honored and upheld.
- open
vscode-textlint.code-workspace
by VS Code - run
npm ci
inside the root folder - hit F5 to build and debug the extension
- run
npm ci
inside the root folder - run
npm run package
inside the root folder - run
npx vsce publish --packagePath ./packages/textlint/textlint-*.vsix
inside the root folder