Skip to content

Commit d256186

Browse files
committed
launch.json: remove trailing comma
1 parent 167d04f commit d256186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"cwd": "${workspaceFolder}",
3333
"program": "${workspaceFolder}/path/to/script.sh",
3434
"args": []
35-
},
35+
}
3636
]
3737
}

0 commit comments

Comments
 (0)