Skip to content

Commit

Permalink
mention command palette shortcut (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Mizrahi authored Dec 5, 2023
1 parent 9c5dd78 commit 16349ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/getting-started/local-dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ Open the new `hml` file that was created at `subgraphs/default/dataconnectors/pg
automatically introspected your data source and created your schema for you.

From here, you can immediately track all tables, views, relationships, and quickly scaffold out your metadata by using
the Hasura VS Code extension. **From this file**, bring up the command palette by typing `hasura track all` and choose
the option from the dropdown. Then, select your data source's name (e.g., `pg_db`) from the dropdown.
the Hasura VS Code extension. **From this file**, bring up the command palette (Ctrl+Shift+P or Cmd+Shift+P), type
`hasura track all` and choose the option from the dropdown. Then, select your data source's name (e.g., `pg_db`) from
the dropdown.

<Thumbnail src="/img/get-started/0.0.1_vscode-track-table.png" alt="VSCode data connector" width="1000px" />

Expand Down

0 comments on commit 16349ab

Please sign in to comment.