12 lines
297 B
JSON
12 lines
297 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,
|
|
"makefile.configureOnOpen": false
|
|
|
|
} |