Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 524 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 524 Bytes

vscode-textlint push

Extension to integrate textlint 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