refactor: Initial release

This commit is contained in:
Mira 2025-01-27 17:17:53 +01:00
commit 9505750e29
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
447 changed files with 41522 additions and 0 deletions

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

@ -0,0 +1,11 @@
{
"recommendations": [
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csharp",
"tdallau-csharpextensions.csharpextensions",
"anseki.vscode-color",
"peterschmalfeldt.explorer-exclude",
"christian-kohler.path-intellisense",
"ms-vscode.vs-keybindings"
]
}