File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "jupyter.lab.setting-icon" : " lsp:diagnostics " ,
2
+ "jupyter.lab.setting-icon" : " lsp:jump-to " ,
3
3
"jupyter.lab.setting-icon-label" : " Language integration" ,
4
- "title" : " LSP Jump to definition settings " ,
5
- "description" : " LSP Jump to definition settings. " ,
4
+ "title" : " Code Jump" ,
5
+ "description" : " Code Jump" ,
6
6
"type" : " object" ,
7
7
"properties" : {},
8
8
"jupyter.lab.shortcuts" : [
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ export interface ILSPAdapterManager {
122
122
adapterDisposed : Signal < WidgetAdapterManager , WidgetAdapter < IDocumentWidget > > ;
123
123
currentAdapter : WidgetAdapter < IDocumentWidget > ;
124
124
isAnyActive : ( ) => boolean ;
125
- // TODO: make async, return promises?
126
125
registerExtension ( extension : LSPExtension ) : void ;
127
126
registerAdapterType ( options : IAdapterTypeOptions < IDocumentWidget > ) : void ;
128
127
readonly types : IAdapterTypeOptions < IDocumentWidget > [ ] ;
You can’t perform that action at this time.
0 commit comments