Skip to content

Latest commit

History

162 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Workshop Github Copilot Chat

github

Warning

  1. GitHub Copilot is not free. It costs $10 per month for individuals.
  2. DISCONNECT VPN - GitHub Copilot often doesn't work with VPN.

Installation Local

git clone https://github.com/ldynia/workshop-github-copilot-chat.git
code workshop-github-copilot-chat/
# Rebuild Container
Ctrl + K Ctrl + O

Github Copilot X

  1. Copilot
  2. Copilot Chat
  3. Copilot CLI
  4. Copilot Labs

Copilot Shortcuts Linux

ShortcutDescription
tabAccept suggestion
alt+enterShow 10 suggestions
alt+/Show suggestions
alt+[Show previous suggestions
alt+]Show next suggestions
ctrl+alt+i, ctrl+shift+cChat
ctrl+iChat inline
ctrl+lClear the session
ctrl+enterInsert into code
ctrl+alt+enterInsert into terminal

Links

2025

2024

Setup Local

{
rm -rf ~/copilot_chat;
mkdir -p ~/copilot_chat/solution/copilot ~/copilot_chat/solution/sherlock ~/copilot_chat/solution/cli;cd~/copilot_chat/;
git clone https://github.com/ldynia/workshop-github-copilot-chat.git;
tar -vxf workshop-github-copilot-chat/chat/solution-sherlock.tar.xz --directory solution/sherlock;
tar -vxf workshop-github-copilot-chat/copilot/solution-copilot.tar.xz --directory solution/copilot;
find ~/copilot_chat/workshop-github-copilot-chat/ -type f -name "*.tar.xz" -exec rm -f {} \;
mv ~/copilot_chat/workshop-github-copilot-chat/chat/WORKSHOP.md ~/copilot_chat/solution/sherlock;
mv workshop-github-copilot-chat/cli/ ~/copilot_chat/solution/;
mv ~/copilot_chat/workshop-github-copilot-chat/copilot/WORKSHOP.md ~/copilot_chat/solution/copilot;
rm -rf ~/copilot_chat/workshop-github-copilot-chat/README.md;
rm -rf ~/copilot_chat/workshop-github-copilot-chat/docs;
touch workshop-github-copilot-chat/copilot/app.js;
touch workshop-github-copilot-chat/copilot/bitcoin.py;
touch workshop-github-copilot-chat/copilot/fibonacci-v1.py;
touch workshop-github-copilot-chat/copilot/regex.py;
touch workshop-github-copilot-chat/copilot/questions.py;
code ~/copilot_chat/solution/;
code ~/copilot_chat/workshop-github-copilot-chat/;
}

Setup Codespaces

{
rm -rf chat/solution-sherlock.tar.xz;
rm -rf copilot/solution-copilot.tar.xz;
rm -rf docs/;
}

About

No description, website, or topics provided.

Resources

Stars

13 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages