Update vscode doc (#1734)

This commit is contained in:
Derek Hensley 2024-10-22 18:30:32 -07:00 committed by GitHub
parent e3a535d3d0
commit 961899ca91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -49,8 +49,9 @@ You can create a `.vscode/c_cpp_properties.json` file with `C/C++: Edit Configur
"include", "include",
"include/libc", "include/libc",
"src", "src",
"build/n64-us/", "build/n64-us",
"${workspaceFolder}" "${workspaceFolder}",
"extracted/n64-us"
], ],
"defines": [ "defines": [
"_LANGUAGE_C" // For gbi.h "_LANGUAGE_C" // For gbi.h