vscode live Server插件 配置代理 乍见 2026-03-05 6 阅读1分钟 { "liveServer.settings.host": "localhost", // 本地 "liveServer.settings.port": 5555, // Server端口 "liveServer.settings.proxy": { "enable": true, "baseUri": "/api", "proxyUri": "http://welcome.api.cn" // 代理的Api } }