Skip to content

Commit 365bbbf

Browse files
authored
Fix #81, JSON SyntaxError in extensions.json (#82)
1 parent 2ab988c commit 365bbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pico_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ def generateProjectFiles(projectPath, projectName, sdkPath, projects, debugger):
12441244
' "recommendations": [\n'
12451245
' "marus25.cortex-debug",\n'
12461246
' "ms-vscode.cmake-tools",\n'
1247-
' "ms-vscode.cpptools"\n'
1247+
' "ms-vscode.cpptools",\n'
12481248
' "ms-vscode.cpptools-extension-pack",\n'
12491249
' "ms-vscode.vscode-serial-monitor"\n'
12501250
' ]\n'

0 commit comments

Comments
 (0)