Home / Companies / Ona / Blog / July 2022

July 2022 Summaries

3 posts from Ona

Filter
Month: Year:
Post Summaries Back to Blog
The recent updates to Visual Studio (VS) Code Desktop connections have improved the stability of SSH connections, reduced disconnections, and eliminated the need for additional binary downloads or background processes. These improvements apply to VS Code Desktop users connecting via SSH Gateway. Gitpod offers three methods for accessing workspaces: SSH Gateway with an uploaded public key (recommended), SSH Gateway using a workspace owner token, and Local Companion (legacy). The first two methods are preferred due to their better performance and security benefits. VS Code Desktop users can determine whether they're connecting via SSH Gateway or Local Companion by checking the host name displayed in the bottom left corner of the application.
Jul 22, 2022 1,423 words in the original blog post.
Gitpod allows users to personalize their development environments with features such as configuring IDEs and editors, dotfiles, and VS Code settings sync. Users can choose from popular IDEs like JetBrains and VS Code or use command-line-based editors like Vim. Dotfiles enable customization of the environment according to personal requirements, while Settings Sync in VS Code helps users maintain their favorite editor setup across multiple machines. Personalizing workspaces can improve productivity and efficiency for developers using Gitpod.
Jul 14, 2022 866 words in the original blog post.
Gitpod has introduced support for workspace SSH using users' private keys. This feature allows users to reconnect to workspaces without needing to return to the dashboard and provides improved security when accessing their workspace with a private key. The use of SSH public key upload enables several use-cases, such as static connection strings, desktop client access, and port-forwarding. Gitpod plans to further improve the SSH connection experience by making it easier for users to access their SSH credentials, integrating with third-party services, and enhancing the desktop editing experiences.
Jul 13, 2022 723 words in the original blog post.