Skip to content

Commit 7a7a187

Browse files
committed
Linting...
1 parent 3dba1ee commit 7a7a187

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

packages/jupyterlab-lsp/schema/plugin.json

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,38 +30,30 @@
3030
"description": "Configuration to be sent to language server over LSP when initialized: see the specific language server's documentation for more",
3131
"type": "object",
3232
"default": {}
33-
}
33+
}
3434
}
3535
}
3636
},
3737
"jupyter.lab.shortcuts": [
3838
{
3939
"command": "lsp:jump-to-definition-notebook",
40-
"keys": [
41-
"Accel B"
42-
],
40+
"keys": ["Accel B"],
4341
"selector": ".jp-Notebook .jp-CodeCell"
4442
},
4543
{
4644
"command": "lsp:jump-to-definition-file_editor",
47-
"keys": [
48-
"Accel B"
49-
],
45+
"keys": ["Accel B"],
5046
"selector": ".jp-FileEditor"
5147
},
5248
{
5349
"command": "lsp:rename-symbol-notebook",
54-
"keys": [
55-
"F2"
56-
],
50+
"keys": ["F2"],
5751
"selector": ".jp-Notebook .jp-CodeCell"
5852
},
5953
{
6054
"command": "lsp:rename-symbol-file_editor'",
61-
"keys": [
62-
"F2"
63-
],
55+
"keys": ["F2"],
6456
"selector": ".jp-FileEditor"
6557
}
6658
]
67-
}
59+
}

0 commit comments

Comments
 (0)