Skip to content

Commit

Permalink
Merge pull request raspberrypi#6 from bunnyhalberd/master
Browse files Browse the repository at this point in the history
A couple of small fixes to make VS Code happier
  • Loading branch information
JamesH65 authored Jan 25, 2021
2 parents 82b5cf4 + c672803 commit c95ad38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pico_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ def GenerateCMake(folder, params):

# Selected libraries/features
if (params.features):
file.write('# Add any user reuqested libraries\n')
file.write('# Add any user requested libraries\n')
file.write('target_link_libraries(' + params.projectName + '\n')
for feat in params.features:
if (feat in features_list):
Expand Down Expand Up @@ -972,7 +972,7 @@ def generateProjectFiles(projectPath, projectName, sdkPath, projects):
'}\n')

s1 = ( '{\n'
' "cmake.configureOnOpen": false\n'
' "cmake.configureOnOpen": false,\n'
' "cmake.statusbar.advanced": {\n'
' "debug" : {\n'
' "visibility": "hidden"\n'
Expand Down

0 comments on commit c95ad38

Please sign in to comment.