diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-10-22 18:30:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-22 22:30:32 -0300 |
| commit | 961899ca919157e70e5bf445e48dce4c1ed390cc (patch) | |
| tree | c5b1b37bd71f24f6bceff3f376683b1380e2d282 /docs | |
| parent | e3a535d3d0f24806c19b8b4f9a59caeee7f0b6c9 (diff) | |
Update vscode doc (#1734)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorial/vscode.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/tutorial/vscode.md b/docs/tutorial/vscode.md index 5ebc28959..04ee4af81 100644 --- a/docs/tutorial/vscode.md +++ b/docs/tutorial/vscode.md @@ -49,8 +49,9 @@ You can create a `.vscode/c_cpp_properties.json` file with `C/C++: Edit Configur "include", "include/libc", "src", - "build/n64-us/", - "${workspaceFolder}" + "build/n64-us", + "${workspaceFolder}", + "extracted/n64-us" ], "defines": [ "_LANGUAGE_C" // For gbi.h |
