Skip to content

Commit 70fead5

Browse files
Revise GitHub Copilot usage details in documentation part 01
Updated references to GitHub Copilot. Which now it's natively supported in vscode. and added information about free access to Copilot Pro for university students.
1 parent 3127b59 commit 70fead5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/1/en/part1d.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,8 @@ Programming is hard, that is why I will use all the possible means to make it ea
11391139

11401140
Large language models such as [ChatGPT](https://chat.openai.com/auth/login), [Claude](https://claude.ai/) and [GitHub Copilot](https://github.com/features/copilot) have proven to be very useful in software development.
11411141

1142-
Personally, I mainly use Copilot, which integrates seamlessly with VS Code thanks to the [plugin](https://visualstudio.microsoft.com/github-copilot/).
1142+
Personally, I mainly use GitHub Copilot, which is now [natively integrated into Visual Studio Code](https://code.visualstudio.com/docs/copilot/overview)
1143+
As a reminder, if you're a university student, you can access Copilot pro for free through the [GitHub Student Developer Pack](https://education.github.com/pack).
11431144

11441145
Copilot is useful in a wide variety of scenarios. Copilot can be asked to generate code for an open file by describing the desired functionality in text:
11451146

0 commit comments

Comments
 (0)