chore(tooling,repo): remove nix flake and add devcontainer

closes #3
This commit is contained in:
cswimr 2025-01-29 17:35:34 +00:00
parent da6b434ed7
commit adf1ab5336
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
7 changed files with 639 additions and 1 deletions

11
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"dotnet.defaultSolution": "myhm-commission.sln",
"editor.formatOnSave": true,
"[csharp]": {
"editor.defaultFormatter": "csharpier.csharpier-vscode",
"editor.formatOnSaveMode": "file"
},
"files.associations": {
"*.json": "jsonc"
}
}