taichi / vscode-textlint

https://marketplace.visualstudio.com/items?itemName=taichi.vscode-textlint
MIT License
60 stars 19 forks source link

Unable to load .textlintignore in vscode-textlint v0.11.0 #68

Open hochiki0153 opened 1 year ago

hochiki0153 commented 1 year ago

Hello,

I am using the following VScode version and installed this plugin, but when I use vscode-textlint v0.11.0, .textlintignore is not loaded. v0.9.0 is loaded.

Version: 1.83.1 Commit: f1b07bd25dfad64b0167beb15359ae573aecd2cc Date: 2023-10-10T23:57:32.750Z Electron: 25.8.4 ElectronBuildId: 24154031 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Darwin arm64 22.3.0

I usually develop in containers using Visual Studio Code Dev Containers, but I saw the same problem in my local environment.

In addition, I'm using the "textlint-rule-general-novel-style-ja" rule

makoto-soracom commented 1 year ago

Same here.

The .textlintignore file is loaded on the command line execution.

Setting of .textlintignore:

posts

Running textlint:

$ npx textlint posts

There are no errors, because the all files are ignored.

But vscode textlint plugin report some errors to the files in the posts directory.