35 MB
58
4.8k
790
copilot
csharp
dotnet
github
github-copilot
github-copilot-chat
github-copilot-for-azure
github-copilot-free
github-copilot-training
javascript
lab
labs
microsoft
python
tutorial
tutorial-code
tutorial-exercises
tutorials
visual-studio-code
vscode
A 9-Lesson course teaching everything you need to know about harnessing GitHub Copilot and an AI Paired Programing resource.
Repo health (75%)
- Readme
- MIT License
- Code of conduct
- Contribution guildelines
- No issue template
- No pull request template
Package
No npm package detected in the project root.
Filter syntax examples
.js
will only include paths containing.js
..js$
will only include files with.js
extension.!test,!.lock
will ignore paths containingtest
or.lock
.!.test.js$,!^docs/
will ignore paths ending with.test.js
or starting withdocs/
.!.md$,^README.md$
will ignore all Markdown files (i.e. ending with.md
) except forREADME.md
in the root of the repository.^src/
will exclude all paths, except for the ones starting withsrc/
(i.e. placed in thesrc
folder).
See ghloc for details.