use github copilot with visual studio code extension of machine learning studio

Hiob Gebisso 121 Reputation points
2024-01-25T09:38:44.22+00:00

Hi, I am using the visual studio code extension from the machine learning studio to work on an ML compute instance. Locally, I work with Github copilot in VS code, where I am signed in with my github account. Is it possible to use github copilot within the visual studio code extension from the machine learning studio, where I am automatically signed in with my companies AD account, which has github copilot access?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
0 comments No comments
{count} votes

Accepted answer
  1. Amira Bedhiafi 33,071 Reputation points Volunteer Moderator
    2024-01-25T12:17:58.6766667+00:00

    Yes, I think it is possible since GitHub Copilot can be installed as an extension in Visual Studio Code. Make sure you have the latest version of Visual Studio Code installed to support this extension. You'll need an active GitHub Copilot subscription. If you haven't already, you can activate a free trial or use your existing subscription if you're eligible (for example, if you're a verified student or a maintainer of a popular open-source project on GitHub). When you first use GitHub Copilot in Visual Studio Code, you'll be prompted to sign in with your GitHub account. Since you mentioned that your company's AD account has GitHub Copilot access, you should be able to use it by signing in with that account. Once installed and signed in, GitHub Copilot will offer real-time coding suggestions in various languages and frameworks. It's designed to increase productivity by providing context-aware code completions, suggestions, and even entire code snippets.**
    **
    https://code.visualstudio.com/docs/editor/github-copilot

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.