Nato Boram@lemm.eetoTechnology@lemmy.world•Microsoft has blocked the bypass that allowed you to create a local account during Windows 11 setup by typing in a blocked email addressEnglish
441·
5 months agoFor anyone who has to install Windows 11; download the full ISO then use Rufus. You’ll be able to disable some of the enshittification.
That UI is called VSCode
At the top of your
.yaml
file, you can set a JSON Schema. Example:# yaml-language-server: $schema=https://json.schemastore.org/prometheus.json scrape_configs: - job_name: caddy static_configs: - targets: - caddy:2019
This way, you don’t have to memorize every possible setting and what it does and risk making a typo in the config. VSCode will just tell you.