Skip to content

Commit

Permalink
Fix typos, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Aug 1, 2021
1 parent 800a426 commit ddd31d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
### `@krassowski/jupyterlab-lsp 3.8.1` (unreleased)

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

[#645]: https://github.com/krassowski/jupyterlab-lsp/pull/645
[#646]: https://github.com/krassowski/jupyterlab-lsp/pull/646
Expand Down
1 change: 1 addition & 0 deletions packages/jupyterlab-lsp/src/adapters/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ export abstract class WidgetAdapter<T extends IDocumentWidget> {
// while already reverted in https://github.com/jupyterlab/jupyterlab/pull/10741,
// it was not released yet and many users will continue to run 3.1.0 and 3.1.1
// so lets workaround it for now
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
const completedManually = state === 'completed manually';

Expand Down

0 comments on commit ddd31d1

Please sign in to comment.