Skip to content

Commit ddd31d1

Browse files
committed
Fix typos, lint
1 parent 800a426 commit ddd31d1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
### `@krassowski/jupyterlab-lsp 3.8.1` (unreleased)
44

55
- bug fixes:
6-
- remove spurious `ValidationError` warnings for non-installed servers ([(#645)], thanks @karlaspuldaro)
7-
- `%Rdevice` magic is now properly overridden and won't be extracted to R code ([(#646)])
8-
- Fix hover rendering for MarkedStrings, fix hover disappearing when moving mouse towards it ([(#653)])
6+
- remove spurious `ValidationError` warnings for non-installed servers ([#645)], thanks @karlaspuldaro)
7+
- `%Rdevice` magic is now properly overridden and won't be extracted to R code ([#646)])
8+
- Fix hover rendering for MarkedStrings, fix hover disappearing when moving mouse towards it ([#653)])
99

1010
[#645]: https://github.com/krassowski/jupyterlab-lsp/pull/645
1111
[#646]: https://github.com/krassowski/jupyterlab-lsp/pull/646

packages/jupyterlab-lsp/src/adapters/adapter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ export abstract class WidgetAdapter<T extends IDocumentWidget> {
283283
// while already reverted in https://github.com/jupyterlab/jupyterlab/pull/10741,
284284
// it was not released yet and many users will continue to run 3.1.0 and 3.1.1
285285
// so lets workaround it for now
286+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
286287
// @ts-ignore
287288
const completedManually = state === 'completed manually';
288289

0 commit comments

Comments
 (0)