8000 chore(README.md): fix formatting and add OpenVSX badge by matifali · Pull Request #458 · coder/vscode-coder · GitHub
[go: up one dir, main page]

Skip to content

chore(README.md): fix formatting and add OpenVSX badge #458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update Prettier configuration to allow GFM style alerts
  • Loading branch information
matifali committed Mar 28, 2025
commit 0aecad358d822ef2d38c43fed8bb4f930fecb4bb
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"options": {
"printWidth": 80,
"proseWrap": "always"
"proseWrap": "preserve"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ workspaces with a single click.
- Supports multiple editors: VS Code, Cursor, and Windsurf.

> [!NOTE]
> The extension builds on VSCode provided implementations of SSH. Make sure you
> have the correct ssh extension installed for your editor
> The extension builds on VSCode provided implementations of SSH. Make
> sure you have the correct ssh extension installed for your editor
> (ms-vscode-remote.remote-ssh or codeium.windsurf-remote-openssh for windsurf)

![Demo](https://github.com/coder/vscode-coder/raw/main/demo.gif?raw=true)
Expand Down
0