Fix weird casing

This commit is contained in:
Henry Hiles 2024-03-12 14:22:10 -04:00
parent 529716f517
commit 1be0816bf3
3 changed files with 12 additions and 21295 deletions

View file

@ -6,5 +6,11 @@ export default createConfig({
pkgs.warehouse.withCommit(
"510449e16535f2b28ef0ae9a53b0df119494e32d36a5572e0db1c44e96d9b08f"
),
pkgs.vscodium.withConfig({
"file.json": {
some: "value",
}.toString(),
"otherFile.ini": "foo",
}),
],
})