File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
python_packages/jupyterlab_lsp/jupyterlab_lsp Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
3
+ ### ` @krassowski/jupyterlab-lsp 3.5.1 ` (unreleased)
4
+
5
+ - bug fixes:
6
+
7
+ - fixes name of jupyterlab-lsp package displayed in JupyterLab UI ([ #570 ] )
8
+
9
+ [ #570 ] : https://github.com/krassowski/jupyterlab-lsp/pull/570
10
+
3
11
### ` @krassowski/jupyterlab-lsp 3.5.0 ` (2020-03-22)
4
12
5
13
- features:
14
22
- prevents throwing a highlights error when adding new cell with <kbd >Shift</kbd > + <kbd >Enter</kbd > ([ #544 ] )
15
23
- fixes IPython ` pinfo ` and ` pinfo2 ` (` ? ` and ` ?? ` ) for identifiers containing ` s ` ([ #547 ] )
16
24
- fixes incorrect behaviour of LSP features in some IPython magics with single line of content ([ #560 ] )
25
+ - fixes name of jupyterlab-lsp package in JupyterLab
17
26
18
27
- for extension authors:
19
28
Original file line number Diff line number Diff line change 131
131
"discovery" : {
132
132
"server" : {
133
133
"base" : {
134
- "name" : " jupyterlab_lsp "
134
+ "name" : " jupyterlab-lsp "
135
135
},
136
136
"managers" : [
137
137
" pip" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"packageManager" : " python" ,
3
- "packageName" : " jupyterlab_lsp " ,
4
- "uninstallInstructions" : " Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab_lsp "
3
+ "packageName" : " jupyterlab-lsp " ,
4
+ "uninstallInstructions" : " Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab-lsp "
5
5
}
You can’t perform that action at this time.
0 commit comments