You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension uses the textlint library installed in the opened workspace folder. If the folder doesn't provide one the
10
-
extension looks for a global install version. If you haven't installed textlint either locally or globally do so by running
11
-
`npm install textlint` in the workspace folder for a local install or `npm install -g textlint` for a global install.
9
+
The extension uses the textlint library installed in the opened workspace folder. If the folder doesn't provide one the extension looks for a global install version. If you haven't installed textlint either locally or globally do so by running `npm install textlint` in the workspace folder for a local install or `npm install -g textlint` for a global install.
12
10
13
-
On new folders you might also need to create a `.textlintrc` configuration file. You can do this by either running
14
-
[`textlint --init`](https://github.com/textlint/textlint/blob/master/docs/getting-started.md#configuration) in a terminal or by using the VS Code
15
-
command `Create '.textlintrc' file`.
11
+
On new folders you might also need to create a `.textlintrc` configuration file. You can do this by either running [`textlint --init`](https://github.com/textlint/textlint/blob/master/docs/getting-started.md#configuration) in a terminal or by using the VS Code command `Create '.textlintrc' file`.
0 commit comments