Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

clarify where to run the live command from #1033

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/src/content/docs/docs/live.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Since Live runs your functions locally, you can set breakpoints and debug your f
For VS Code, you'll need to enable Auto Attach from the Command Palette. Hit `Ctrl+Shift+P` or `Cmd+Shift+P`, type in **Debug: Toggle Auto Attach** and select **Always**.

:::note
You need to start a new terminal after enabling Auto Attach.
You need to start a new terminal **in VS Code** after enabling Auto Attach.
:::

Now open a new terminal VS Code, run `sst dev`, set a breakpoint in a function, and invoke the function.
Now open a new terminal in VS Code, run `sst dev`, set a breakpoint in a function, and invoke the function.