Github Copilot

satya - 3/19/2024, 12:30:50 PM

Copilot and Vscode docs page: on github

Copilot and Vscode docs page

satya - 4/6/2025, 1:20:52 PM

Home page of github copilot

Home page of github copilot

satya - 4/6/2025, 1:41:56 PM

An introductory article at their homepage

An introductory article at their homepage

satya - 6/6/2025, 5:20:07 PM

Customize chat responses in VS Code

Customize chat responses in VS Code

satya - 6/6/2025, 10:46:47 PM

Summary

  1. This is the official doc on copilot customization
  2. at copilot docs
  3. talks very tersely the .instructions.md and .prompts.md

satya - 6/6/2025, 10:47:20 PM

Custom instructions at vscode blog

Custom instructions at vscode blog

satya - 6/6/2025, 10:48:03 PM

Briefly

  1. Points to vscode blog
  2. Few topics on how to enable copilot, mcp etc
  3. Future ref for blogs
  4. And see if I can use custom instructions to any benefit

satya - 6/7/2025, 10:08:09 AM

See Key bindings: ctrl-k ctrl-s

See Key bindings: ctrl-k ctrl-s

satya - 6/7/2025, 11:25:28 AM

I used ctrl-alt-u for Open an inline chat.

I used ctrl-alt-u for Open an inline chat.

satya - 6/7/2025, 11:25:58 AM

The command tile is


Inline Chat: Editor Inline Chat

satya - 6/8/2025, 1:17:25 PM

what do colors mean?

  1. Green: Lines that have been added.
  2. Blue: Lines that have been modified.
  3. Red: Lines that have been removed (often shown as a marker where the line was deleted).

satya - 6/8/2025, 1:46:41 PM

Crappy behavior of copilot

  1. Enables a whole bunch of gutters to show differences
  2. They won't go away whether you save the file or not
  3. Keep and undo sometimes don't seem to work at all
  4. Restarting the vscode seem to help
  5. The changes based on prompt are very unreliable (suggestion is use o3... related reasoning models)

satya - 6/8/2025, 1:47:55 PM

inline vs chat edit modes

  1. inline updates based on prompts seem even more unreliable
  2. chat mode in edit mode... seem a touch better