initial commit

This commit is contained in:
bmy
2024-06-10 18:04:53 +08:00
commit 3c525b4cfd
115 changed files with 54092 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"sonarlint.pathToCompileCommands": "${workspaceFolder}\\build\\BC5D\\compile_commands.json",
"workbench.colorCustomizations": {
"activityBar.background": "#4B2304",
"titleBar.activeBackground": "#693006",
"titleBar.activeForeground": "#FFFBF8"
}
}