I do not like VS Code (why?). For some reason I still need to install and use it. This is the list of settings I immediately add to a new installations of VS Code.
{
"update.mode": "manual",
"telemetry.telemetryLevel": "off",
"workbench.startupEditor": "none",
"workbench.editor.empty.hint": "hidden",
// marking non-ASCII chars by default is disrespectful
"editor.unicodeHighlight.ambiguousCharacters": false,
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
// so long copilot
"chat.agent.enabled": false,
}
tl;dr, poll_oneoff for WASI preview 1 is hard to get right. Will making stdin non-blocking help?
Jul 21, 2025currently a scratchpad :(
Jul 21, 2025Transformed from: https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md
Jul 19, 2025… to make a drop-in replacement of (now unmaintained) Fira Mono.
Jul 7, 2025or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up