Workshop Github Copilot Chat
GitHub Copilot is not free. It costs $10 per month for individuals.
DISCONNECT VPN - GitHub Copilot doesn't work with VPN.
git clone https://github.com/ldynia/workshop-github-copilot-chat.git
code workshop-github-copilot-chat/
# Rebuild Container
Ctrl + K Ctrl + O
Copilot
Copilot Chat
Copilot CLI
Copilot Labs
Shortcut
Description
tab
Accept suggestion
alt+enter
Show 10 suggestions
alt+/
Show suggestions
alt+[
Show previous suggestions
alt+]
Show next suggestions
ctrl+alt+i, ctrl+shift+c
Chat
ctrl+i
Chat inline
ctrl+l
Clear the session
ctrl+enter
Insert into code
ctrl+alt+enter
Insert into terminal
{
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/;
}
{
rm -rf chat/solution-sherlock.tar.xz;
rm -rf copilot/solution-copilot.tar.xz;
rm -rf docs/;
}