Skip to content

Commit 1d240ea

Browse files
committed
Update the icon and title in the jump schema
1 parent 7136e10 commit 1d240ea

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/jupyterlab-lsp/schema/jump_to.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"jupyter.lab.setting-icon": "lsp:diagnostics",
2+
"jupyter.lab.setting-icon": "lsp:jump-to",
33
"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",
66
"type": "object",
77
"properties": {},
88
"jupyter.lab.shortcuts": [

packages/jupyterlab-lsp/src/tokens.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export interface ILSPAdapterManager {
122122
adapterDisposed: Signal<WidgetAdapterManager, WidgetAdapter<IDocumentWidget>>;
123123
currentAdapter: WidgetAdapter<IDocumentWidget>;
124124
isAnyActive: () => boolean;
125-
// TODO: make async, return promises?
126125
registerExtension(extension: LSPExtension): void;
127126
registerAdapterType(options: IAdapterTypeOptions<IDocumentWidget>): void;
128127
readonly types: IAdapterTypeOptions<IDocumentWidget>[];

0 commit comments

Comments
 (0)