[trace] ExtensionService#loadExtensionContext ms-vscode.remote-explorer 2024-06-14 16:08:12.423 [error] Failed to load translations for alefragnani.Bookmarks from file:///c%3A/Users/someuser/.vscode/extensions/alefragnani.bookmarks-13.5.0/l10n/bundle.l10n.zh-cn.json: 无法读取文件'c:\Users\...
Adding what my issue was, and what helped, because I don't see it in the other answers in here: I had re-installed the box I was connecting to, and with it, reset the key it was using to authenticate. The ssh process tried to connect and failed with the u...
I left remote.SSH.useLocalServer on Before setting up the above the extension seemed to use an ssh client that ignored my KeeAgent and ssh config and so failed to authenticate. Downgrading to 0.49 without doing any of the above also worked. 👍 13 ️ 3 maliqu commented Mar 12, ...
但是,当我想用vscode中的GitHub帐户登录以便进行信任同步时,它会打开一个firefox选项卡,登录到我的GitHub并授权vscode,它成功并返回到vscode,而不是登录和同步信任,而是打开一个名为以下内容的空未保存文件: did-authenticate\?windowid\=1\&code\=6beea2fcb8a47e0ea49e\&state\=2efc5efd-9c68-4735-a4a0-fd...
Problem When the user authenticates using OAuth and the token is revoked, the extension starts failing to load project data without...
set up a Databricks configuration profile with the required fields for your Databricks authentication type. To create a profile, seeDatabricks configuration profiles. To configure settings for the profile, see theProfiletab or section for your authentication type inAuthenticate access to Databricks ...
options.logService.error(`${logPrefix} socketFactory.connect() failed. Error:`); diff --git a/src/vs/server/browser/client.ts b/src/vs/server/browser/client.ts new file mode 100644 index 0000000000..649cf32f0a --- /dev/null ...
Adding what my issue was, and what helped, because I don't see it in the other answers in here: I had re-installed the box I was connecting to, and with it, reset the key it was using to authenticate. The ssh process tried to connect and failed with the u...
- path: `/vscode-remote-resource`, + authority: window.location.host, + path: `${window.location.pathname.replace(/\/+$/, '')}/vscode-remote-resource`, query }); } diff --git a/src/vs/base/common/platform.ts b/src/vs/base/common/platform.ts ...
This seems to be an issue with GitKrakens login page itself. It'd be great if there was another way to authenticate GitLens since I'd really like to make use of the Pro features. Didn't it authenticate directly with GitHub before? I would have no issues doing that. ...