【发布时间】:2023-04-01 22:55:01
【问题描述】:
我正在尝试为 VSCode 安装扩展。但是无法获得本地发行人证书。 我的settings.json
// Place your settings in this file to overwrite the default settings { // Controls the font family.
"editor.fontFamily": "Consolas",
// Controls the font size.
"editor.fontSize": 12,
//Setting corporate proxy
"http.proxy": "http://proxy_servr:3128",
"https.proxy": "http://proxy_servr:3128",
//Disable SSL Verification
"http.proxyStrictSSL": false }
【问题讨论】:
标签: proxy visual-studio-code corporate