mirror of https://github.com/zeldaret/mm.git
Remove tailing comma from vscode json file (#1613)
This commit is contained in:
parent
f36681d697
commit
13e02518cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue