website/content/en/docs/examples/vscode.md
Lima helps securing the development environment by running it inside a VM. Notably, this prevents AI agents, such as GitHub Copilot in VS Code, from directly executing untrusted commands on the host.
--mount-none flag to prevent Copilot from accessing host files:limactl start --mount-none
~/.ssh/config:Include ~/.lima/*/ssh.config
lima-<INSTANCE> from the SSH remote list.{{% alert title="Hint" color=success %}} If the Remote Explorer is missing in the sidebar, install the following extensions:
See also the documentation of Visual Studio Code for further troubleshooting. {{% /alert %}}
Clone Git Repository... on the Welcome screen, or copy the project directory with limactl cp:limactl cp -r DIR default:~/