We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cdf00 commit 89d4f73Copy full SHA for 89d4f73
README.md
@@ -20,7 +20,7 @@ The Coder Remote VS Code extension lets you open
20
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press
21
enter.
22
23
-```
+```text
24
ext install coder.coder-remote
25
```
26
src/remote.ts
@@ -157,6 +157,7 @@ export class Remote {
157
onDidWrite: writeEmitter.event,
158
close: () => undefined,
159
open: () => undefined,
160
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
161
} as Partial<vscode.Pseudoterminal> as any,
162
})
163
// This fetches the initial bunch of logs.
0 commit comments