You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Fix linkspector error by using VS Code marketplace URL
The windsurf:extension/ protocol is not recognized by linkspector.
Using the standard marketplace URL instead.
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/user-guides/workspace-access/windsurf.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Windsurf can connect to your Coder workspaces via SSH:
24
24
25
25

26
26
27
-
1. You can install the Coder extension through the [Marketplace built in to Windsurf](windsurf:extension/coder.coder-remote) or manually.
27
+
1. You can install the Coder extension through the [Marketplace built in to Windsurf](https://marketplace.visualstudio.com/items?itemName=coder.coder-remote) or manually.
0 commit comments