0.10.0 • Published 5 years ago
@taichi/vscode-textlint-server v0.10.0
vscode-textlint

Extension to integrate textlint into VSCode.
Development setup
- open
vscode-textlint.code-workspaceby VS Code - run
npm run prepare:devinside the textlint folder - run
npm installinside the textlint folder - run
npm run watchinside the textlint folder - hit F5 to build and debug the extension
How to release
- run 'ncu -u' inside the textlint-server and textlint folder
- run
npm publishinside the textlint-server folder - run
vsce publishinside the textlint folder