Skip to content

Commit 89d4f73

Browse files
committed
Add language type to README code block
1 parent a7cdf00 commit 89d4f73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Coder Remote VS Code extension lets you open
2020
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press
2121
enter.
2222

23-
```
23+
```text
2424
ext install coder.coder-remote
2525
```
2626

src/remote.ts

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ export class Remote {
157157
onDidWrite: writeEmitter.event,
158158
close: () => undefined,
159159
open: () => undefined,
160+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
160161
} as Partial<vscode.Pseudoterminal> as any,
161162
})
162163
// This fetches the initial bunch of logs.

0 commit comments

Comments
 (0)