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,
}
currently a scratchpad :(
May 28, 2025A note to track down my experience on Zed.
May 25, 2025https://github.com/kaosat-dev/awesome-quickjs
May 18, 2025Explorations on TG Instant Views
May 5, 2025or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up