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",
|
"src",
|
||||||
"assets",
|
"assets",
|
||||||
"build/n64-us/",
|
"build/n64-us/",
|
||||||
"${workspaceFolder}",
|
"${workspaceFolder}"
|
||||||
],
|
],
|
||||||
"defines": [
|
"defines": [
|
||||||
"_LANGUAGE_C" // For gbi.h
|
"_LANGUAGE_C" // For gbi.h
|
||||||
|
|
Loading…
Reference in New Issue