Skip to content

Commit c8c39a2

Browse files
authored
Fix binder overrides setup
1 parent 46bb8f4 commit c8c39a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

binder/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@krassowski/jupyterlab-lsp/plugin": {
2+
"@krassowski/jupyterlab-lsp:plugin": {
33
"language_servers": {
44
"robotframework_ls": {
55
"serverSettings": {

binder/postBuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jupyter server extension list
2424
jupyter labextension list
2525

2626
if [ "$NB_USER" = "jovyan" ]; then
27+
mkdir -p $NB_PYTHON_PREFIX/share/jupyter/lab/settings/
2728
cp binder/overrides.json $NB_PYTHON_PREFIX/share/jupyter/lab/settings/
2829
fi

0 commit comments

Comments
 (0)