1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide.md
Laura Coursen a6572a7c96 VS Code extension for GitHub Classroom (#20536)
* s/online IDE/IDE

* A few more

* Add VS Code to supported IDEs

* Combine procedures

* Add sub-steps

* Update short title

* Fix indents

* Update image references

* Really fix indents?

* Update instructions for choosing an IDE

* Add 💅

* Add URL

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2021-08-09 12:24:55 -07:00

2.5 KiB

title, shortTitle, intro, versions, redirect_from
title shortTitle intro versions redirect_from
Integrate GitHub Classroom with an IDE Integrate with an IDE You can preconfigure a supported integrated development environment (IDE) for assignments you create in {% data variables.product.prodname_classroom %}.
fpt
*
/education/manage-coursework-with-github-classroom/online-ide-integrations
/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-online-ide
/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-online-ide

About integration with an IDE

{% data reusables.classroom.about-online-ides %}

After a student accepts an assignment with an IDE, the README file in the student's assignment repository will contain a button to open the assignment in the IDE. The student can begin working immediately, and no additional configuration is necessary.

Supported IDEs

{% data variables.product.prodname_classroom %} supports the following IDEs. You can learn more about the student experience for each IDE.

IDE More information
Microsoft MakeCode Arcade "About using MakeCode Arcade with {% data variables.product.prodname_classroom %}"
Visual Studio Code {% data variables.product.prodname_classroom %} extension in the Visual Studio Marketplace

We know cloud IDE integrations are important to your classroom and are working to bring more options.

Configuring an IDE for an assignment

You can choose the IDE you'd like to use for an assignment when you create an assignment. To learn how to create a new assignment that uses an IDE, see "Create an individual assignment" or "Create a group assignment."

Authorizing the OAuth app for an IDE

The first time you configure an assignment with an IDE, you must authorize the OAuth app for the IDE for your organization.

For all repositories, grant the app read access to metadata, administration, and code, and write access to administration and code. For more information, see "Authorizing OAuth Apps."

Further reading