import { updateUserProxyUrl } from './client/agent' import { Container } from './service/serviceContainer' const performance = globalThis.performance ?? require('perf_hooks').performance export async function activate(context: ExtContext): Promise<void> { const codewhispererSettings = CodeWhisperer...
VSCODE 添加代码智能生成插件 一、打开 vscode 添加扩展 打开 vscode,点击扩展,搜索 aws toolkit [图片] 二、连接到 AWS 如图,选择添加 connectiong to aws 选择 Sign up or Sign in [图片] 下一步,会自动复制 code 打开网站,如果有账号, .. 691 年前 ...
Problem I'm not able to connect with my aws builder id Steps to reproduce the issue Install AWS-Toolkit-vscode extentions Click on button to start connection See error Expected behavior show builder id conection code to copy System detai...
@MatthiasPdx did you find any way to have aws-toolkit-vscode accept and use a custom CA ? (sorry for digging, but it seems the problem remains 2 years later...) I have the exact same problem : Do you know if it's configured to use a proxy? YES Or a custom CA or root certifica...
if (isVSCodeProxyError(err) || isTimeoutError(err)) { Copy link Contributor justinmk3 Jul 10, 2024 is isTimeoutError always a network error? if we want to keep the semantics of isNetworkError , perhaps the caller should check isNetworkError || isTimeoutError instead of embedding it...
VSCode Version: 1.37.1 Local OS Version: macOS 10.14.6 Remote OS Version: Debian 4.19.37-5rodete4 (in-house Google Debian distro) Remote Extension/Connection Type: SSH Steps to Reproduce: Open workspace using "Remote - SSH" connection w/...
import { updateUserProxyUrl } from './client/agent' import { Container } from './service/serviceContainer' const performance = globalThis.performance ?? require('perf_hooks').performance export async function activate(context: ExtContext): Promise<void> { const codewhispererSettings = CodeWhisperer...