Skip to content

Commit

Permalink
Reword LSP tracker plugin description (jupyterlab#15209)
Browse files Browse the repository at this point in the history
* Remove back ticks in plugin description

* Update packages/lsp-extension/src/index.ts

Co-authored-by: Michał Krassowski <[email protected]>

* Update Playwright Snapshots

* Rewrite `@jupyterlab/lsp-extension:tracker` description without Saxon genitive

---------

Co-authored-by: Michał Krassowski <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 9, 2023
1 parent 206368a commit ec5e6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@jupyterlab/lsp-extension:feature": "Provides the language server feature manager.",
"@jupyterlab/lsp-extension:settings": "Provides the language server settings.",
"@jupyterlab/lsp:ILSPCodeExtractorsManager": "Provides the code extractor manager.",
"@jupyterlab/lsp-extension:tracker": "Provides the WidgetLSPAdapter's tracker.",
"@jupyterlab/lsp-extension:tracker": "Provides the tracker of `WidgetLSPAdapter`.",
"@jupyterlab/mainmenu-extension:plugin": "Adds and provides the application main menu.",
"@jupyterlab/markdownviewer-extension:plugin": "Adds markdown file viewer and provides its tracker.",
"@jupyterlab/markedparser-extension:plugin": "Provides the Markdown parser.",
Expand Down
2 changes: 1 addition & 1 deletion packages/lsp-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function addRunningSessionManager(

const adapterTrackerPlugin: JupyterFrontEndPlugin<IWidgetLSPAdapterTracker> = {
id: '@jupyterlab/lsp-extension:tracker',
description: 'Provides the `WidgetLSPAdapter`s tracker.',
description: 'Provides the tracker of `WidgetLSPAdapter`.',
autoStart: true,
provides: IWidgetLSPAdapterTracker,
activate: (app: JupyterFrontEnd<LabShell>): IWidgetLSPAdapterTracker => {
Expand Down

0 comments on commit ec5e6e9

Please sign in to comment.