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 44e51ca commit 7dac920Copy full SHA for 7dac920
scripts/pico_project.py
@@ -583,9 +583,9 @@ def GenerateCMake(folder, params):
583
"# (note this can come from environment, CMake cache etc)\n\n"
584
)
585
586
- # if you change the do never edit headline you need to change the check for it in extension.mts
+ # if you change the do not edit headline you need to change the check for it in extension.mts
587
cmake_header_us = (
588
- "# == DO NEVER EDIT THE NEXT LINES for Raspberry Pi Pico VS Code Extension to work ==\n"
+ "# == DO NOT EDIT THE FOLLOWING LINES for the Raspberry Pi Pico VS Code Extension to work ==\n"
589
"if(WIN32)\n"
590
" set(USERHOME $ENV{USERPROFILE})\n"
591
"else()\n"
0 commit comments