Extension to integrate textlint into VS Code.
- Visit textlint - Visual Studio Marketplace
- Click the "Install" button
- Open
vscode-textlint.code-workspace
in VS Code - Run
npm ci
in the root folder - Press F5 to build and launch the extension in debug mode
- Run
npm ci
in the root folder - Run
npm run package
in the root folder - Run
npx vsce publish --packagePath ./packages/textlint/textlint-*.vsix
in the root folder
This project was originally created as taichi/vscode-textlint.
Since v0.12.0, it has been transferred to the textlint organization for continued maintenance and development.
We'd like to express our gratitude to @taichi and all contributors. For more details, please see github.com/orgs/textlint/discussions/2.
The MIT License from the upstream repository continues to be honored and upheld.