0.0.1 • Published 9 years ago
vscode-textlint-shared v0.0.1
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