https://github.com/textlint/vscode-textlint
Extension to integrate textlint into VS Code.
https://github.com/textlint/vscode-textlint
linter textlint vscode vscode-extension
Last synced: about 1 year ago
JSON representation
Extension to integrate textlint into VS Code.
- Host: GitHub
- URL: https://github.com/textlint/vscode-textlint
- Owner: textlint
- License: mit
- Created: 2025-03-13T21:36:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T09:19:41.000Z (about 1 year ago)
- Last Synced: 2025-04-13T03:17:46.711Z (about 1 year ago)
- Topics: linter, textlint, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=3w36zj6.textlint
- Size: 1.29 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-textlint

Extension to integrate [textlint](https://textlint.github.io/) into VS Code.
## Installation
1. Visit [textlint - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=3w36zj6.textlint)
2. Click the "Install" button
## Development setup
1. Open `vscode-textlint.code-workspace` in VS Code
2. Run `npm ci` in the **root** folder
3. Press F5 to build and launch the extension in debug mode
## Release process
1. Run `npm ci` in the **root** folder
2. Run `npm run package` in the **root** folder
3. Run `npx vsce publish --packagePath ./packages/textlint/textlint-*.vsix` in the **root** folder
## Acknowledgements
This project was originally created as [taichi/vscode-textlint](https://github.com/taichi/vscode-textlint).
Since [v0.12.0](https://github.com/textlint/vscode-textlint/releases/tag/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](https://github.com/taichi) and all contributors. For more details, please see [github.com/orgs/textlint/discussions/2](https://github.com/orgs/textlint/discussions/2).
The [MIT License](LICENSE) from the upstream repository continues to be honored and upheld.