Toob File Player checkpoint.
This commit is contained in:
Vendored
+6
-2
@@ -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
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -22,7 +22,6 @@
|
||||
// Resolved by CMake Tools:
|
||||
"program": "${command:cmake.launchTargetPath}",
|
||||
"args": [
|
||||
"--no-sudo"
|
||||
],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
|
||||
Vendored
+2
-1
@@ -102,7 +102,8 @@
|
||||
"format": "cpp",
|
||||
"locale": "cpp",
|
||||
"stdfloat": "cpp",
|
||||
"text_encoding": "cpp"
|
||||
"text_encoding": "cpp",
|
||||
"forward_list": "cpp"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"Alsa",
|
||||
|
||||
Reference in New Issue
Block a user