Skip to content

Commit 7cd15ba

Browse files
committed
Fix linter
1 parent d650b01 commit 7cd15ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

launcher/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ your extension will use two commands defined by the [documents manager](https://
1717

1818
The command will create a new Python file and then open it:
1919

20+
<!-- prettier-ignore-start -->
2021
```ts
2122
// src/index.ts#L41-L64
2223

@@ -45,6 +46,7 @@ commands.addCommand(command, {
4546
},
4647
});
4748
```
49+
<!-- prettier-ignore-end -->
4850

4951
To link that command to the JupyterLab launcher, the `ILauncher` interface needs to be passed to the `activate`
5052
extension function. As that interface is provided by the `@jupyterlab/launcher` package, it needs first to be installed:

0 commit comments

Comments
 (0)