chore: use devenv

This commit is contained in:
Kim, Jimin 2025-01-05 08:57:09 +09:00
parent f3f67f6627
commit e6e036e058
Signed by: pomp
GPG key ID: 2B516173EDD492EB
13 changed files with 224 additions and 72 deletions

10
.vscode/settings.json vendored
View file

@ -18,6 +18,8 @@
"deno",
"developomp",
"developomp's",
"devenv",
"direnv",
"dompurify",
"elasticlunr",
"Exyle",
@ -43,6 +45,7 @@
"Librewolf",
"mhchem",
"microflash",
"nixpkgs",
"nodedotjs",
"nojs",
"noopener",
@ -75,6 +78,10 @@
"zustand"
],
"nix.formatterPath": "nixfmt",
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"eslint.workingDirectories": [{ "mode": "auto" }],
"eslint.validate": ["javascript", "typescript", "svelte"],
@ -118,5 +125,8 @@
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[nix]": {
"editor.defaultFormatter": "jnoortheen.nix-ide"
}
}