KVS/.vscode/settings.json
kxtzownsu bfb70c6ec9 Port KVG to Rust & write docs
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
2024-12-29 08:19:20 +00:00

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
}