File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/jupyterlab-lsp/src/magics Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 (
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 )
Original file line number Diff line number Diff line change 11import { IOverridesRegistry } from './overrides' ;
22import {
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' ;
You can’t perform that action at this time.
0 commit comments