Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.23 KB

File metadata and controls

23 lines (17 loc) · 1.23 KB

This workspace is in a dev container running on "Ubuntu 20.04.6 LTS".

Use "$BROWSER" <url> to open a webpage in the host's default browser.

Some of the command line tools available on the PATH in this Codespace environment:

  • apt, dpkg, docker, git, gh, kubectl, curl, wget, ssh, scp, rsync, gpg, ps, lsof, netstat, top, tree, find, grep, zip, unzip, tar, gzip, bzip2, xz

How to use this file

  • Keep project-specific Copilot Chat and code-generation hints here.
  • Reference this file from your VS Code settings under github.copilot.chat.codeGeneration.instructions.
  • Example settings entry (workspace or machine level):
"github.copilot.chat.codeGeneration.instructions": [
  { "file": ".copilot-codeGeneration-instructions.md" }
]

Notes

  • Prefer storing the instructions in this file rather than embedding long text entries in settings.json — it avoids schema warnings and is easier to edit and version.
  • After updating settings, reload/restart VS Code or the Codespace for changes to take effect.

Feel free to expand this file with repo-specific guidelines (build commands, tests, conventions, API keys handling, or platform constraints). Keep it concise and actionable.