ksuzu46 / vscode-textlint

Home Page:https://marketplace.visualstudio.com/items?itemName=taichi.vscode-textlint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-textlint CircleCI Build Status

Extension to integrate textlint into VSCode.

Development setup

  • open vscode-textlint.code-workspace by VS Code
  • run npm install inside the textlint folder
  • run npm run prepare:dev inside the textlint folder
  • run npm run watch inside the textlint folder
  • hit F5 to build and debug the extension

How to release

  1. run npm upgrade inside the textlint folder
  2. run npm install inside the textlint folder
  3. run npm login inside the textlint-server folder
  4. run npm publish inside the textlint-server folder
  5. run vsce publish inside the textlint folder

About

https://marketplace.visualstudio.com/items?itemName=taichi.vscode-textlint

License:MIT License


Languages

Language:TypeScript 96.9%Language:Shell 2.7%Language:TeX 0.3%Language:Vue 0.2%