From 9dbdfa362a6b1ea8c9e3cf8db794efe029d88336 Mon Sep 17 00:00:00 2001 From: Nikhil Dabas Date: Wed, 14 Jun 2023 10:09:38 +0100 Subject: [PATCH] Fix vscode config copy command --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index dd5938f..9e12650 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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: