c2d993ab05b559aa669ae7a9beb016be39958265
vscode/textlint/VS Code\343\201\247textlint\343\201\214\345\256\237\350\241\214\343\201\225\343\202\214\343\201\252\343\201\204.md
... | ... | @@ -0,0 +1,6 @@ |
1 | +ファイルを編集すると,textlintが実行される拡張機能([vscode-textlint - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=taichi.vscode-textlint))があるが,実行されない状態が続いたので,ログを表示したかった. |
|
2 | + |
|
3 | +vscodeの`setting.json`へ以下を追加することで,詳細なエラーを取得できた. |
|
4 | +```json |
|
5 | +"textlint.trace": "verbose" |
|
6 | +``` |
|
... | ... | \ No newline at end of file |