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

Commit

Permalink
Fix vscode config copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabas committed Jun 14, 2023
1 parent f54de45 commit 9dbdfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The commands below are for PowerShell, and will need to be adjusted slightly if
```
1. Copy VS Code configuration from the SDK examples into your project directory:
```powershell
copy ${env:PICO_EXAMPLES_PATH}\.vscode .
copy ${env:PICO_EXAMPLES_PATH}\.vscode . -recurse
```
1. Setup a `CMakeLists.txt` like:

Expand Down

0 comments on commit 9dbdfa3

Please sign in to comment.