Skip to content

Commit 21ddb6c

Browse files
committed
add chktex to envs, update changelog
1 parent fda5598 commit 21ddb6c

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
## CHANGELOG
22

3-
### `@krassowski/jupyterlab-lsp 1.1.0` (2020-07-20)
3+
### `jupyter-lsp 0.9.x` (unreleased)
44

5-
- features
5+
- autodetects the `texlab` language server for LaTeX ([#288][])
6+
- diagnostics are provided by `chktex`, and must be configured separately
67

7-
- language servers can now be configured from the Advanced Settings Editor ([#245][])
8+
[#288]: https://github.com/krassowski/jupyterlab-lsp/issues/288
9+
10+
### `@krassowski/jupyterlab-lsp 1.1.0` (2020-07-20)
811

912
- features
1013

11-
- configures language servers with JupyterLab _Advanced Settings_ ([#245][])
12-
- autodetects the `texlab` language server for LaTeX ([#288][])
14+
- language servers can now be configured from the Advanced Settings Editor ([#245][])
1315

1416
- bug fixes
1517

@@ -20,15 +22,7 @@
2022
- fixes some pyflakes issues caused by line magics substitution ([#293][])
2123
- updated the link to the documentation of language servers ([#294][])
2224

23-
### `lsp-ws-connection 0.4.1` (unreleased)
24-
25-
- bug fixes
26-
27-
- handles document open and change operation ordering more predictably ([#284][])
28-
- always sends a non-null `initialized` notification body ([#288][])
29-
3025
[#195]: https://github.com/krassowski/jupyterlab-lsp/issues/195
31-
[#245]: https://github.com/krassowski/jupyterlab-lsp/pull/245
3226
[#261]: https://github.com/krassowski/jupyterlab-lsp/issues/261
3327
[#293]: https://github.com/krassowski/jupyterlab-lsp/pull/293
3428
[#294]: https://github.com/krassowski/jupyterlab-lsp/pull/294
@@ -55,7 +49,6 @@
5549

5650
[#245]: https://github.com/krassowski/jupyterlab-lsp/pull/245
5751
[#284]: https://github.com/krassowski/jupyterlab-lsp/pull/284
58-
[#288]: https://github.com/krassowski/jupyterlab-lsp/pull/288
5952

6053
### `@krassowski/jupyterlab-lsp 1.0.0` (2020-03-14)
6154

binder/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ dependencies:
3636
# for tex
3737
- tectonic
3838
- texlab
39+
- chktex

ci/env-test.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies:
2424
# tex
2525
- tectonic
2626
- texlab
27+
- chktex
2728
# test tools
2829
- pytest-asyncio
2930
- pytest-azurepipelines

0 commit comments

Comments
 (0)