Also, this patch adds a fix that gets rid of cursor offset for VSCode Web (e.g: vscode.dev, GH Codespaces) TEST=compile KVG on all architectures
10 lines
234 B
JSON
10 lines
234 B
JSON
{
|
|
"files.associations": {
|
|
"stdio.h": "c"
|
|
},
|
|
|
|
// this setting isn't "unknown", its just for troubleshooting,
|
|
// but it fixes the vscode.dev cursor on ChromeOS.
|
|
"editor.disableMonospaceOptimizations": true
|
|
|
|
} |