Issue
I’m currently working with Cursor in a remote SSH environment, but I’m experiencing significant lag and frequent connection errors due to poor network conditions on my server. These issues are making the Cursor tabs respond very slowly and often failing with connection errors.
Question
Is there a way to configure Cursor to send network requests through my local machine rather than the remote server?
In VS Code, I can achieve this with the following configuration:
"remote.extensionKind": {
"GitHub.copilot": [
"ui"
],
"github.copilot-chat": [
"ui"
],
}
Does Cursor have a similar configuration option that would allow me to route AI-related or other network requests through my local machine to improve performance and stability when working in poor network servers?
Any guidance or workarounds would be greatly appreciated!