File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
packages/jupyterlab-lsp/schema Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 30
30
"description" : " Configuration to be sent to language server over LSP when initialized: see the specific language server's documentation for more" ,
31
31
"type" : " object" ,
32
32
"default" : {}
33
- }
33
+ }
34
34
}
35
35
}
36
36
},
37
37
"jupyter.lab.shortcuts" : [
38
38
{
39
39
"command" : " lsp:jump-to-definition-notebook" ,
40
- "keys" : [
41
- " Accel B"
42
- ],
40
+ "keys" : [" Accel B" ],
43
41
"selector" : " .jp-Notebook .jp-CodeCell"
44
42
},
45
43
{
46
44
"command" : " lsp:jump-to-definition-file_editor" ,
47
- "keys" : [
48
- " Accel B"
49
- ],
45
+ "keys" : [" Accel B" ],
50
46
"selector" : " .jp-FileEditor"
51
47
},
52
48
{
53
49
"command" : " lsp:rename-symbol-notebook" ,
54
- "keys" : [
55
- " F2"
56
- ],
50
+ "keys" : [" F2" ],
57
51
"selector" : " .jp-Notebook .jp-CodeCell"
58
52
},
59
53
{
60
54
"command" : " lsp:rename-symbol-file_editor'" ,
61
- "keys" : [
62
- " F2"
63
- ],
55
+ "keys" : [" F2" ],
64
56
"selector" : " .jp-FileEditor"
65
57
}
66
58
]
67
- }
59
+ }
You can’t perform that action at this time.
0 commit comments