changelog: - make hex_utils includes work across C files - have Makefile use `build/$(ARCH)` instead of `build/bin/binary-$(ARCH)` - small bugfixes - add is_ti50.c & place for future tools - global KERNVER_TYPE variable (if kernver.h is included)
11 lines
258 B
JSON
11 lines
258 B
JSON
{
|
|
"files.associations": {
|
|
"stdio.h": "c",
|
|
"types.h": "c"
|
|
},
|
|
|
|
// this setting isn't "unknown", its just for troubleshooting,
|
|
// but it fixes the vscode.dev cursor on ChromeOS.
|
|
"editor.disableMonospaceOptimizations": true
|
|
|
|
} |