We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09bd77 commit 0aecad3Copy full SHA for 0aecad3
.prettierrc
@@ -9,7 +9,7 @@
9
],
10
"options": {
11
"printWidth": 80,
12
- "proseWrap": "always"
+ "proseWrap": "preserve"
13
}
14
15
]
README.md
@@ -16,8 +16,8 @@ workspaces with a single click.
16
- Supports multiple editors: VS Code, Cursor, and Windsurf.
17
18
> [!NOTE]
19
-> The extension builds on VSCode provided implementations of SSH. Make sure you
20
-> 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
21
> (ms-vscode-remote.remote-ssh or codeium.windsurf-remote-openssh for windsurf)
22
23

0 commit comments