Skip to content

Instantly share code, notes, and snippets.

@cantis
Last active April 22, 2023 18:12
Show Gist options
  • Save cantis/911064b67eda61ed5d1462b9209b7ab8 to your computer and use it in GitHub Desktop.
Save cantis/911064b67eda61ed5d1462b9209b7ab8 to your computer and use it in GitHub Desktop.
Notes on Github Codespaces Development

Remote Development Notes

Codespaces provides a cloud based version of VSCode that is attached to a github repository. The environment can be configured to allow you to run your code online.

Codespaces Overview

https://docs.github.com/en/codespaces/overview

Live Share

https://learn.microsoft.com/en-us/visualstudio/liveshare/use/share-project-join-session-visual-studio-code

Note: I've done some testing with Live Share and it is sensitive to firewall configuration my experience with it inside my corporate firewall at work didn't work well. At home, without those restrictions may be better. Have Fun.

Hello World

I've created a repository for a Python command line hello world that will run in a codespace. https://github.com/cantis/CodespaceHelloWorld

Evan Young 10 April 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment