Skip to content

Commit 0b766fa

Browse files
committed
Lint and add PR link to CHANGELOG.md
1 parent 9786ba0 commit 0b766fa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
## `@krassowski/jupyterlab-lsp 0.7.0-rc.0`
1010

1111
- features
12+
1213
- reduced space taken up by the statusbar indicator
1314
- implemented statusbar popover with connections statuses
1415
- generates types for server data responses from JSON schema (
@@ -34,7 +35,10 @@
3435
)
3536
- rpy2 magics received enhanced support for argument parsing
3637
in both parent Python document (re-written overrides) and
37-
exctracted R documents (improved foreign code extractor)
38+
exctracted R documents (improved foreign code extractor) (
39+
[#148](https://github.com/krassowski/jupyterlab-lsp/pull/148)
40+
)
41+
3842
- bugfixes
3943
- diagnostics in foreign documents are now correctly updated (
4044
[133fd3d](https://github.com/krassowski/jupyterlab-lsp/pull/129/commits/133fd3d71401c7e5affc0a8637ee157de65bef62)

packages/jupyterlab-lsp/src/magics/defaults.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { IOverridesRegistry } from './overrides';
22
import {
33
parse_r_args,
4-
rpy2_args_pattern, RPY2_MAX_ARGS,
4+
rpy2_args_pattern,
5+
RPY2_MAX_ARGS,
56
rpy2_reverse_pattern,
67
rpy2_reverse_replacement
78
} from './rpy2';

0 commit comments

Comments
 (0)