Skip to content

Commit 0aecad3

Browse files
committed
chore: update Prettier configuration to allow GFM style alerts
1 parent e09bd77 commit 0aecad3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.prettierrc

+1-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ workspaces with a single click.
1616
- Supports multiple editors: VS Code, Cursor, and Windsurf.
1717

1818
> [!NOTE]
19-
> The extension builds on VSCode provided implementations of SSH. Make sure you
20-
> have the correct ssh extension installed for your editor
19+
> The extension builds on VSCode provided implementations of SSH. Make
20+
> sure you have the correct ssh extension installed for your editor
2121
> (ms-vscode-remote.remote-ssh or codeium.windsurf-remote-openssh for windsurf)
2222
2323
![Demo](https://github.com/coder/vscode-coder/raw/main/demo.gif?raw=true)

0 commit comments

Comments
 (0)