Toob File Player checkpoint.

This commit is contained in:
Robin E. R. Davies
2025-05-26 23:49:03 -04:00
parent b6debe3d2d
commit 8b480d2e58
46 changed files with 2281 additions and 197 deletions
+6 -2
View File
@@ -16,7 +16,9 @@
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "linux-gcc-arm64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"compileCommands": [
"${workspaceFolder}/build/compile_commands.json"
],
"configurationProvider": "ms-vscode.cmake-tools"
},
{
@@ -33,7 +35,9 @@
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "linux-gcc-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"compileCommands": [
"${workspaceFolder}/build/compile_commands.json"
],
"configurationProvider": "ms-vscode.cmake-tools",
"mergeConfigurations": true
}
-1
View File
@@ -22,7 +22,6 @@
// Resolved by CMake Tools:
"program": "${command:cmake.launchTargetPath}",
"args": [
"--no-sudo"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
+2 -1
View File
@@ -102,7 +102,8 @@
"format": "cpp",
"locale": "cpp",
"stdfloat": "cpp",
"text_encoding": "cpp"
"text_encoding": "cpp",
"forward_list": "cpp"
},
"cSpell.words": [
"Alsa",