Children are what the mothers are.
耳濡目染
Updated time: 01/23 2024.
Ref:
error
Github 学生身份验证以后可以免费使用 copilot 插件。
在 vs code 上安装插件并登录以后,显示 error
Extension activation failed: "At this time, Copilot is not available in your location. You are currently logged in as XXX."
原因
网络原因,中国和俄罗斯都被ban了。首先外部 vpn 软件已经连上了,然后还得设置vs code内部的代理。
Now, It works.
# First,
• Press Win + I to open Settings.
• Go to Network & Internet > Proxy.
• If you're using a manual proxy, it will be listed here.
Address is 127.0.0.1, port is 7890
# Second,
Configure Proxy in VS Code:
• Open Visual Studio Code.
• Go to Settings (File > Preferences > Settings or Ctrl + ,).
• Search for proxy.
• In the HTTP Proxy setting, input https://127.0.0.1:7890
• Set HTTP Proxy Support to override.
# After restarting the software, the extension works!
使用
ctrl+I
开启插件,这样才能自动补全。
Please indicate the source when reprinting. Please verify the citation sources in the article and point out any errors or unclear expressions.