- Notifications
You must be signed in to change notification settings - Fork23
feat: Add jeanp413.open-remote-ssh as candidate remote SSH extension.#467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Tested on VSCodium Version: 1.98.2Release: 25078Commit: c6286962b0f5f2c3ad5e558a439dc3fcfd20b2acDate: 2025-03-19T00:30:57.705ZElectron: 34.3.2ElectronBuildId: undefinedChromium: 132.0.6834.210Node.js: 20.18.3V8: 13.2.152.41-electron.0OS: Darwin arm64 24.4.0Host: v2.20.0+03b5012
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
These are the messages I get in the debug console:
CSRF token not found
CSRF token not found
CSRF token not found
CSRF token not found
CSRF token not found
CSRF token not found
(node:25464) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(UseVSCodium Helper (Plugin) --trace-deprecation ...
to show where the warning was created)
CSRF token not found
CSRF token not found
CSRF token not found
(node:25559) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(UseVSCodium Helper (Plugin) --trace-deprecation ...
to show where the warning was created)
matifali commentedApr 3, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This was previously considered in#441, but IIRC, there were a few issues, and it wasn't working as expected. |
Is there any form of testing I could do on my setup to try to reproduce that issue? Because I was not seeing any issues in authenticating, browsing, launching and connecting to a workspace. |
Thanks,@asgeirn. I did some testing, and it seems to work fine for me, too. |
Can you update the Changelog and bump the version in |
@matifali Done :) |
Sorry for the misguidance on the version bump. We do that by directly pushing to |
1119d9b
intocoder:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Tested on VSCodium Version: 1.98.2
Release: 25078
Commit: c6286962b0f5f2c3ad5e558a439dc3fcfd20b2ac
Date: 2025-03-19T00:30:57.705Z
Electron: 34.3.2
ElectronBuildId: undefined
Chromium: 132.0.6834.210
Node.js: 20.18.3
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.4.0
Host: v2.20.0+03b5012
Closes#408