blob: bec5635435fb4f1a6739e99bc8ff6d7a7c9e3d55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"~/pico/pico-sdk/**",
"/home/pi/pico/pico-sdk/src/common/pico_stdlib/include"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "clang-arm",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}
|