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,
}
Explorations on TG Instant Views
May 5, 2025currently a scratchpad :(
Apr 26, 2025… to make a drop-in replacement of (now unmaintained) Fira Mono.
Apr 8, 2025To embed JS code literally in <script>: Replace < to \x3C in sequences </ and <!--.
Mar 24, 2025or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up