Cursor/VSCode setup proxy for copilot
    "http.proxy": "http://3.1.240.71:8888",
    "http.proxySupport": "override",
    "http.noProxy": [
        "localhost",
        "127.0.0.1",
        "192.168.1.88"
    ],
    "chat.sessionSync.enabled": true