diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-04-20 05:07:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 08:07:12 -0400 |
| commit | 13e02518cd59da55d1ff0de676d0badbbe7289cf (patch) | |
| tree | c40930354b9724000becc79c3c0c9b2fbcb2e79e | |
| parent | f36681d6978dfe219acb035b60efe615799896d5 (diff) | |
Remove tailing comma from vscode json file (#1613)
| -rw-r--r-- | docs/tutorial/vscode.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/vscode.md b/docs/tutorial/vscode.md index 936a64d03..473af8a61 100644 --- a/docs/tutorial/vscode.md +++ b/docs/tutorial/vscode.md @@ -50,7 +50,7 @@ You can create a `.vscode/c_cpp_properties.json` file with `C/C++: Edit Configur "src", "assets", "build/n64-us/", - "${workspaceFolder}", + "${workspaceFolder}" ], "defines": [ "_LANGUAGE_C" // For gbi.h |
