{"id":16735494,"url":"https://github.com/thomasthaddeus/copilotcodespaces","last_synced_at":"2025-10-31T23:30:20.053Z","repository":{"id":181902204,"uuid":"667637788","full_name":"thomasthaddeus/CopilotCodespaces","owner":"thomasthaddeus","description":null,"archived":true,"fork":false,"pushed_at":"2023-10-05T02:09:09.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T10:11:07.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomasthaddeus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-18T01:23:15.000Z","updated_at":"2024-05-16T04:52:15.000Z","dependencies_parsed_at":"2024-10-13T00:06:04.155Z","dependency_job_id":"1ffe0faf-3f44-4158-b72e-0ce60826284b","html_url":"https://github.com/thomasthaddeus/CopilotCodespaces","commit_stats":null,"previous_names":["thomasthaddeus/copilot-codespaces-vscode","thomasthaddeus/copilotcodespaces"],"tags_count":0,"template":false,"template_full_name":"skills/copilot-codespaces-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FCopilotCodespaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FCopilotCodespaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FCopilotCodespaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FCopilotCodespaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasthaddeus","download_url":"https://codeload.github.com/thomasthaddeus/CopilotCodespaces/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239241423,"owners_count":19605934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T00:06:06.290Z","updated_at":"2025-10-31T23:30:19.982Z","avatar_url":"https://github.com/thomasthaddeus.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cheader\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Course header \u003e\u003e\u003e\n  Read \u003chttps://skills.github.com/quickstart\u003e for more information about how to build courses using this template.\n  Include a 1280×640 image, course name in sentence case, and a concise description in emphasis.\n  In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.\n  Next to \"About\", add description \u0026 tags; disable releases, packages, \u0026 environments.\n  Add your open source license, GitHub uses the MIT license.\n--\u003e\n\n# Code with GitHub Copilot\n\n_GitHub Copilot can help you code by offering autocomplete-style suggestions right in VS Code and Codespaces._\n\n\u003c/header\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Step 2 \u003e\u003e\u003e\n  Start this step by acknowledging the previous step.\n  Define terms and link to docs.github.com.\n--\u003e\n\n## Step 2: Seeing AI code suggestions in a Javascript file!\n\n_Nice work! :tada: You created a Codespace using a devcontainer file that installed Copilot!_\n\nGitHub Copilot provides suggestions for numerous languages and a wide variety of frameworks, but works especially well for Python, JavaScript, TypeScript, Ruby, Go, C# and C++. The following samples are in JavaScript, but other languages will work similarly.\n\nLet's try this out utilizing Javascript for Copilot.\n\n### :keyboard: Activity: Add a Javascript file and start writing code\n\n1. From inside the codespace in the VS Code explorer window, create a new file.\n\n\u003e **Note**:\n\u003e If you closed the Codespace from above, please open it back up or create a new Codespace.\n\n2. Name the file `skills.js`\n3. Verify your new file looks like:\n   ![Screen Shot 2023-03-09 at 9 21 34 AM](https://user-images.githubusercontent.com/26442605/224105906-d1beb531-b747-4c7a-85ba-a12526488422.png)\n4. In the `skills.js` file, type the following function header.\n\n   ```\n   function calculateNumbers(var1, var2)\n   ```\n\n   GitHub Copilot will automatically suggest an entire function body in grayed text. Below is an example of what you'll most likely see, but the exact suggestion may vary.\n   ![Screen Shot 2023-04-27 at 10 23 06 AM](https://user-images.githubusercontent.com/26442605/234941079-b4bf3e9d-fc70-4b20-b74c-0ee753ba344e.png)\n\n5. Press `Tab` to accept the suggestion.\n\n### :keyboard: Activity: Push code to your repository from the codespace\n\n1. Use the VS Code terminal to add the `skills.js` file to the repository:\n\n   ```\n   git add skills.js\n   ```\n\n2. Next from the VS Code terminal stage and commit the changes to the repository:\n\n   ```\n   git commit -m \"Copilot first commit\"\n   ```\n\n3. Finally from the VS Code terminal push to code to the repository:\n\n   ```\n   git push\n   ```\n\n**Wait about 60 seconds then refresh your repository landing page for the next step.**\n\n\u003cfooter\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Footer \u003e\u003e\u003e\n  Add a link to get support, GitHub status page, code of conduct, license link.\n--\u003e\n\n---\n\nGet help: [Post in our discussion board](https://github.com/skills/.github/discussions) \u0026bull; [Review the GitHub status page](https://www.githubstatus.com/)\n\n\u0026copy; 2023 GitHub \u0026bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) \u0026bull; [MIT License](https://gh.io/mit)\n\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasthaddeus%2Fcopilotcodespaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasthaddeus%2Fcopilotcodespaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasthaddeus%2Fcopilotcodespaces/lists"}