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

Commit 9dbdfa3

Browse files
committed
Fix vscode config copy command
1 parent f54de45 commit 9dbdfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The commands below are for PowerShell, and will need to be adjusted slightly if
8888
```
8989
1. Copy VS Code configuration from the SDK examples into your project directory:
9090
```powershell
91-
copy ${env:PICO_EXAMPLES_PATH}\.vscode .
91+
copy ${env:PICO_EXAMPLES_PATH}\.vscode . -recurse
9292
```
9393
1. Setup a `CMakeLists.txt` like:
9494

0 commit comments

Comments
 (0)