- Install the Val Town CLI and log in
- Open GitHub Copilot
Creating and editing vals
Section titled “Creating and editing vals”The most reliable way to write vals in VS Code with GitHub Copilot is with vt watch
, which will automatically sync your changes to Val Town as you save files.
vt create
,vt remix
, orvt clone
a val. Select “Yes” to add editor files*cd
into your val’s directoryvt checkout -b <branch>
to isolate changes (optional)vt watch
to sync with Val Town
* Running vt create|remix|clone
will prompt you to add editor files, including AGENTS.md
with our system prompt, which GitHub Copilot should recognize.