Skip to content

ldynia/workshop-github-copilot-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop Github Copilot Chat

github

Installation Local

  1. GitHub Copilot is not free. It costs $10 per month for individuals.
  2. 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

Github Copilot X

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

Copilot Shortcuts Linux

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

Links

2024

2025

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

Watchers

Forks

Releases

No releases published

Packages

No packages published