Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taichi/vscode-textlint


https://github.com/taichi/vscode-textlint

textlint vscode vscode-extension

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# vscode-textlint ![push](https://github.com/taichi/vscode-textlint/actions/workflows/push.yml/badge.svg)

Extension to integrate [textlint](https://textlint.github.io/) into VSCode.

## Development setup

- open `vscode-textlint.code-workspace` by VS Code
- run `npm install` inside the **root** folder
- hit F5 to build and debug the extension

## How to release

1. run `npm upgrade` inside the **root** folder
2. run `npm install` inside the **root** folder
3. run `vsce publish` inside the **packages/textlint** folder