Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37dabbd

Browse files
chore(README.md): fix formatting and add OpenVSX badge (#458)
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1 parentb29372a commit37dabbd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

‎.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"options": {
1111
"printWidth": 80,
12-
"proseWrap": "always"
12+
"proseWrap": "preserve"
1313
}
1414
}
1515
]

‎README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#Coder Remote
22

33
[![Visual Studio Marketplace](https://vsmarketplacebadges.dev/version/coder.coder-remote.svg)](https://marketplace.visualstudio.com/items?itemName=coder.coder-remote)
4+
[![Open VSX Version](https://img.shields.io/open-vsx/v/coder/coder-remote)](https://open-vsx.org/extension/coder/coder-remote)
45
[!["Join us on
56
Discord"](https://badgen.net/discord/online-members/coder)](https://coder.com/chat?utm_source=github.com/coder/vscode-coder&utm_medium=github&utm_campaign=readme.md)
67

@@ -13,11 +14,11 @@ workspaces with a single click.
1314
- Works in air-gapped or restricted networks. Just connect to your Coder
1415
deployment!
1516
- Supports multiple editors: VS Code, Cursor, and Windsurf.
16-
>[!NOTE]
17-
>The extension builds on VSCode provided implementations of SSH. Make sure
18-
>you have the correct ssh extension installed for your editor
19-
>(ms-vscode-remote.remote-ssh or codeium.windsurf-remote-opensshfor
20-
>windsurf)
17+
18+
>[!NOTE]
19+
>The extension builds on VS Code-provided implementations of SSH. Make
20+
>sure you have the correct SSH extension installedfor your editor
21+
>(`ms-vscode-remote.remote-ssh` or`codeium.windsurf-remote-openssh` for Windsurf).
2122
2223
![Demo](https://github.com/coder/vscode-coder/raw/main/demo.gif?raw=true)
2324

@@ -26,19 +27,18 @@ workspaces with a single click.
2627
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press
2728
enter.
2829

29-
```text
30+
```shell
3031
ext install coder.coder-remote
3132
```
3233

3334
Alternatively, manually install the VSIX from the
3435
[latest release](https://github.com/coder/vscode-coder/releases/latest).
3536

36-
####Variables Reference
37+
###Variables Reference
3738

38-
Coder uses
39-
${userHome} from VS Code's
39+
Coder uses`${userHome}` from VS Code's
4040
[variables reference](https://code.visualstudio.com/docs/editor/variables-reference).
41-
Use this when formatting paths in the Coder extension settings rather than~ or
42-
$HOME.
41+
Use this when formatting paths in the Coder extension settings rather than`~`
42+
or`$HOME`.
4343

4444
Example: ${userHome}/foo/bar.baz

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp