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
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,6 @@
4
4
5
5
Extension to integrate [textlint](https://textlint.github.io/) into VSCode.
6
6
7
-
> [!NOTE]
8
-
> This repository is fork of [taichi/vscode-textlint](https://github.com/taichi/vscode-textlint).
9
-
>
10
-
> The [MIT License](LICENSE) from upstream repository continues to be honored and upheld.
11
-
12
7
## Development setup
13
8
14
9
1. open `vscode-textlint.code-workspace` by VS Code
@@ -20,3 +15,9 @@ Extension to integrate [textlint](https://textlint.github.io/) into VSCode.
20
15
1. run `npm ci` inside the **root** folder
21
16
2. run `npm run package` inside the **root** folder
22
17
3. run `npx vsce publish --packagePath ./packages/textlint/textlint-*.vsix` inside the **root** folder
18
+
19
+
## Acknowledgements
20
+
21
+
This project was originally created as [taichi/vscode-textlint](https://github.com/taichi/vscode-textlint). It has been transferred to the textlint organization since [v0.12.0](https://github.com/textlint/vscode-textlint/releases/tag/v0.12.0) for continued maintenance and development. We'd like to express our gratitude to [@taichi](https://github.com/taichi) and all contributors. For more details, please see [github.com/orgs/textlint/discussions/2](https://github.com/orgs/textlint/discussions/2).
22
+
23
+
The [MIT License](LICENSE) from the upstream repository continues to be honored and upheld.
Copy file name to clipboardExpand all lines: packages/textlint/README.md
+31-21Lines changed: 31 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,68 +46,78 @@ This extension contributes the following commands to the Command palette.
46
46
47
47
## Release Notes
48
48
49
+
### 0.12.0
50
+
51
+
- Change notification level from `ERROR` to `WARN` when executable file is not found ([#6](https://github.com/textlint/vscode-textlint/pull/6))
52
+
- Thanks to @azu
53
+
- Improve `.textlintignore` support using `linter.scanFilePath()` API ([#7](https://github.com/textlint/vscode-textlint/pull/7))
54
+
- Thanks to @frozenbonito
55
+
- Enable to emit activation events on all language files ([#8](https://github.com/textlint/vscode-textlint/pull/8))
56
+
- Thanks to @iku12phycho
57
+
49
58
### 0.11.0
59
+
50
60
- Fix highlight range issue
51
-
-thanks for@Yuiki
61
+
-Thanks to@Yuiki
52
62
53
63
### 0.10.0
54
64
55
-
- vscode workspace support
56
-
-prepare for web-extension
65
+
-Add vscode workspace support
66
+
-Prepare for web-extension
57
67
58
68
### 0.9.0
59
69
60
-
-add .textlintignore support
61
-
-thanks for@frozenbonito
70
+
-Add .textlintignore support
71
+
-Thanks to@frozenbonito
62
72
63
73
### 0.8.0
64
74
65
-
-add option to choose languages and improve positioning of highlighted
66
-
-thanks for@linhtto
75
+
-Add option to choose languages and improve positioning of highlighted
76
+
-Thanks to@linhtto
67
77
68
78
### 0.7.0
69
79
70
-
-add sets a target path support.
71
-
-thanks for@bells17
80
+
-Add sets a target path support
81
+
-Thanks to@bells17
72
82
73
83
### 0.6.8
74
84
75
-
-change default value of `textlint.run` to `onSave`
76
-
-run tests on Azure Pipelines.
85
+
-Change default value of `textlint.run` to `onSave`
86
+
-Run tests on Azure Pipelines
77
87
78
88
### 0.6.5
79
89
80
-
-add tex file support including `.tex`, `.latex`, `.doctex`.
81
-
- this feature works with [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) and [textlint-plugin-latex2e](https://github.com/ta2gch/textlint-plugin-latex2e).
90
+
-Add tex file support including `.tex`, `.latex`, `.doctex`
91
+
- This feature works with [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) and [textlint-plugin-latex2e](https://github.com/ta2gch/textlint-plugin-latex2e)
82
92
83
93
### 0.5.0
84
94
85
-
-add`configPath` to configuration. recommend to use your user settings.
95
+
-Add`configPath` to configuration. Recommend to use your user settings
86
96
87
97
### 0.4.0
88
98
89
-
-read configuration file from `HOME` dir
90
-
-if you want to use global configuration, you should install textlint and plugins globally.
99
+
-Read configuration file from `HOME` dir
100
+
-If you want to use global configuration, you should install textlint and plugins globally
0 commit comments