Skip to content
Discussion options

You must be logged in to vote

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

  • Pros:
    • No local setup required; it runs entirely in the cloud.
    • Ideal for quick access on devices where VS Code isn't installed.
    • Lower resource usage on your local machine, as the workload remains in the cloud.
  • Cons:
    • Browser performance can be affected by:
      • Multiple open tabs.
      • Browser memory management.
      • Limited integration with local development tools (e.g., debuggers, terminals).
    • May feel less responsive if your browser is under heavy load.

2. Co…

Replies: 6 comments 1 reply

This comment was marked as spam.

Comment options

You must be logged in to vote
1 reply
@warner756

This comment was marked as off-topic.

Comment options

You must be logged in to vote
0 replies
Answer selected by arunsathiya

This comment was marked as off-topic.

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform, Question Ask and answer questions about GitHub features and usage
6 participants