init-hook 2.0.0

Guaranteed one-time initialization
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
    "editor.formatOnSave": true,
    "rust-analyzer.rustfmt.extraArgs": [
      "+nightly"
    ],
    "yaml.schemas": {
      "https://taskfile.dev/schema.json": [
        "**/Taskfile.yml",
      ]
    }
  }