Skip to content

Commit 0cd7642

Browse files
authored
Merge pull request #570 from marimeireles/fix-underline
Change jupyterlab_lsp > jupyterlab-lsp
2 parents 3a02368 + 1186235 commit 0cd7642

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## CHANGELOG
22

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+
311
### `@krassowski/jupyterlab-lsp 3.5.0` (2020-03-22)
412

513
- features:
@@ -14,6 +22,7 @@
1422
- prevents throwing a highlights error when adding new cell with <kbd>Shift</kbd> + <kbd>Enter</kbd> ([#544])
1523
- fixes IPython `pinfo` and `pinfo2` (`?` and `??`) for identifiers containing `s` ([#547])
1624
- 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
1726

1827
- for extension authors:
1928

packages/jupyterlab-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"discovery": {
132132
"server": {
133133
"base": {
134-
"name": "jupyterlab_lsp"
134+
"name": "jupyterlab-lsp"
135135
},
136136
"managers": [
137137
"pip",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"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"
55
}

0 commit comments

Comments
 (0)