We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d047108 commit 2ee84e6Copy full SHA for 2ee84e6
scripts/genExamples.py
@@ -97,6 +97,7 @@
97
os.system(f"rm {toolchain_url.split('/')[-1]}")
98
99
# Copy pico-vscode.cmake to ~/.pico-sdk/cmake/pico-vscode.cmake
100
+os.makedirs(os.path.expanduser("~/.pico-sdk/cmake"), exist_ok=True)
101
shutil.copy(
102
f"{os.path.dirname(os.path.realpath(__file__))}/pico-vscode.cmake",
103
os.path.expanduser("~/.pico-sdk/cmake/pico-vscode.cmake"),
0 commit comments