mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
* Change macros that take file name and line number args to report the true file name and line number. * Ensure that (in debug builds) open/close disps always inserts the no-op debug markers. * Move sPrevTaskWorkBuffer to global gPrevTaskWorkBuffer for easy access to the address in the map file.
20 lines
369 B
JSON
20 lines
369 B
JSON
{
|
|
"search.useIgnoreFiles": false,
|
|
"search.exclude": {
|
|
"**/.git": true,
|
|
".venv/**": true,
|
|
"baseroms/**": true,
|
|
"build/**": true,
|
|
"expected/**": true,
|
|
},
|
|
"files.associations": {
|
|
"*.c": "c",
|
|
"*.h": "c",
|
|
"*.inc": "c",
|
|
"*.inc.c": "c",
|
|
},
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
}
|