Enabling Cascade access to .gitignore files
To provide Cascade with access to files that match patterns in your project’s .gitignore , go to your Windsurf Settings and go to “Cascade Gitignore Access”. By default, it is turned off. To provide access, turn it on by clicking the toggle.SSH Support
The usual SSH support in VSCode is licensed by Microsoft, so we have implemented our own just for Windsurf. It does require you to have OpenSSH installed, but otherwise has minimal dependencies, and should “just work” like you’re used to. You can access SSH underRemote-SSH
in the Command Palette, or via the Open a Remote Window
button in the bottom left.
This extension has worked great for our internal development, but there are some known caveats and bugs:
- We currently only support SSHing into Linux-based remote hosts.
- The usual Microsoft “Remote - SSH” extension (and the open-remote-ssh extension) will not work—please do not install them, as they conflict with our support.
- We don’t have all the features of the Microsoft SSH extension right now. We mostly just support the important thing: connecting to a host. If you have feature requests, let us know!
-
Connecting to a remote host via SSH then accessing a devcontainer on that remote host won’t work like it does in VSCode. (We’re working on it!) For now, if you want to do this, we recommend instead manually setting up an SSH daemon inside your devcontainer. Here is the set-up which we’ve found to work, but please be careful to make sure it’s right for your use-case.
- Inside the devcontainer, run this once (running multiple times may mess up your
sshd_config
):
- Inside the devcontainer, run this in a terminal you keep alive (e.g. via tmux):
- Then just connect to your remote host via SSH in windsurf, but using the port 2222.
- Inside the devcontainer, run this once (running multiple times may mess up your
- SSH agent-forwarding is on by default, and will use Windsurf’s latest connection to that host. If you’re having trouble with it, try reloading the window to refresh the connection.
-
On Windows, you’ll see some
cmd.exe
windows when it asks for your password. This is expected—we’ll get rid of them soon. -
If you have issues, please first make sure that you can ssh into your remote host using regular
ssh
in a terminal. If the problem persists, include the output from theOutput > Remote SSH (Windsurf)
tab in any bug reports!
Dev Containers
Windsurf supports Development Containers on Mac, Windows, and Linux for both local and remote (via SSH) workflows. Prerequisites:- Local: Docker must be installed on your machine and accessible from the Windsurf terminal.
- Remote over SSH: Connect to a remote host using Windsurf Remote-SSH. Docker must be installed and accessible on the remote host (from the remote shell). Your project should include a
devcontainer.json
or equivalent config.
Dev Containers: Open Folder in Container
- Open a new workspace using a specified
devcontainer.json
.
- Open a new workspace using a specified
Dev Containers: Reopen in Container
- Reopen the current workspace in a new container defined by your
devcontainer.json
.
- Reopen the current workspace in a new container defined by your
Dev Containers: Attach to Running Container
- Attach to an existing Docker container and connect your current workspace to it. If the container does not follow the Development Container Specificaton, Windsurf will attempt best-effort detection of the remote user and environment.
Dev Containers: Reopen Folder Locally
- When connected to a development container, disconnect and reopen the workspace on the local filesystem.
Dev Containers: Show Windsurf Dev Containers Log
- Open the Dev Containers log output for troubleshooting.
Open a Remote Window
button in the bottom left (including when you are connected to a remote host via SSH).
Related:
Remote Explorer: Focus on Dev Containers (Windsurf) View
— quickly open the Dev Containers view.
WSL (Beta)
As of version 1.1.0, Windsurf has beta support for Windows Subsystem for Linux. You must already have WSL set up and configured on your Windows machine. You can access WSL by clicking on theOpen a Remote Window
button in the bottom left, or under Remote-WSL
in the Command Palette.
Extension Marketplace
You can change the marketplace you use to download extensions from. To do this, go toWindsurf Settings
and modify the Marketplace URL settings under the General
section.

Windsurf Plugins
Windsurf Pyright
Windsurf Pyright
Search “Windsurf Pyright” or paste in
@id:codeium.windsurfPyright
in the extensions search bar.