mirror of
https://github.com/stasenso/rp_pico_display_engine.git
synced 2026-06-27 05:42:41 +03:00
19 lines
572 B
JSON
19 lines
572 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${env:PICO_SDK_PATH}/src/common/pico_stdlib_headers/include"
|
|
],
|
|
"defines": [],
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-clang-x64",
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
"compileCommands": "${workspaceFolder}/Examples/Thermometr/build/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|