Which is more performant—Codespaces on browser, or Codespaces on VS code with the extension? #140348
-
Select Topic AreaQuestion BodyNew to the Codespaces world. Curious to know which is more performant—Codespaces on browser, or Codespaces on VS code with the extension? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
This comment was marked as spam.
This comment was marked as spam.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @arunsathiya Big question the performance difference between running GitHub Codespaces in a browser versus using it with the VS Code extension depends on several factors. Here's a breakdown to help you decide: 1. Codespaces on Browser
2. Codespaces on VS Code Extension
Important If you're prioritizing quick access and minimal local setup, the browser option is convenient. For heavy development work and a smoother experience, the VS Code extension is generally more performant due to better resource management and integration with local workflows. Best regards, happy to help you in any way bro. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
GitHub Codespaces |
Beta Was this translation helpful? Give feedback.
-
|
Performance is effectively the same in both cases since the compute runs on the remote Codespace. However, using VS Code with the extension typically provides a smoother and more responsive experience due to the native app environment, better extension support, and reduced browser overhead. The browser version is convenient for quick edits, but for full development workflows, VS Code desktop is generally the better choice. |
Beta Was this translation helpful? Give feedback.
Hi @arunsathiya
Big question the performance difference between running GitHub Codespaces in a browser versus using it with the VS Code extension depends on several factors. Here's a breakdown to help you decide:
1. Codespaces on Browser
2. Co…