137 lines
3.7 KiB
Plaintext
137 lines
3.7 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"cmake.options.statusBarVisibility": "hidden",
|
|
"cmake.options.advanced": {
|
|
"build": {
|
|
"statusBarVisibility": "hidden"
|
|
},
|
|
"launch": {
|
|
"statusBarVisibility": "hidden"
|
|
},
|
|
"debug": {
|
|
"statusBarVisibility": "hidden"
|
|
}
|
|
},
|
|
"terminal.integrated.env.windows": {
|
|
"PICO_SDK_PATH": "${env:USERPROFILE}/.pico-sdk/sdk/2.1.1",
|
|
"PICO_TOOLCHAIN_PATH": "${env:USERPROFILE}/.pico-sdk/toolchain/14_2_Rel1",
|
|
"Path": "${env:USERPROFILE}/.pico-sdk/toolchain/14_2_Rel1/bin;${env:USERPROFILE}/.pico-sdk/picotool/2.0.0/picotool;${env:USERPROFILE}/.pico-sdk/cmake/v3.29.9/bin;${env:USERPROFILE}/.pico-sdk/ninja/v1.12.1;${env:PATH}"
|
|
},
|
|
"terminal.integrated.env.osx": {
|
|
"PICO_SDK_PATH": "${env:HOME}/.pico-sdk/sdk/2.1.1",
|
|
"PICO_TOOLCHAIN_PATH": "${env:HOME}/.pico-sdk/toolchain/14_2_Rel1",
|
|
"PATH": "${env:HOME}/.pico-sdk/toolchain/14_2_Rel1/bin:${env:HOME}/.pico-sdk/picotool/2.0.0/picotool:${env:HOME}/.pico-sdk/cmake/v3.29.9/bin:${env:HOME}/.pico-sdk/ninja/v1.12.1:${env:PATH}"
|
|
},
|
|
"terminal.integrated.env.linux": {
|
|
"PICO_SDK_PATH": "${env:HOME}/.pico-sdk/sdk/2.1.1",
|
|
"PICO_TOOLCHAIN_PATH": "${env:HOME}/.pico-sdk/toolchain/14_2_Rel1",
|
|
"PATH": "${env:HOME}/.pico-sdk/toolchain/14_2_Rel1/bin:${env:HOME}/.pico-sdk/picotool/2.0.0/picotool:${env:HOME}/.pico-sdk/cmake/v3.29.9/bin:${env:HOME}/.pico-sdk/ninja/v1.12.1:${env:PATH}"
|
|
},
|
|
"raspberry-pi-pico.cmakeAutoConfigure": true,
|
|
"raspberry-pi-pico.useCmakeTools": false,
|
|
"raspberry-pi-pico.cmakePath": "${HOME}/.pico-sdk/cmake/v3.29.9/bin/cmake",
|
|
"raspberry-pi-pico.ninjaPath": "${HOME}/.pico-sdk/ninja/v1.12.1/ninja",
|
|
"raspberry-pi-pico.python3Path": "${HOME}/.pico-sdk/python/3.12.1/python.exe",
|
|
"files.associations": {
|
|
"cstddef": "cpp",
|
|
"cstdio": "cpp",
|
|
"array": "cpp",
|
|
"atomic": "cpp",
|
|
"bit": "cpp",
|
|
"*.tcc": "cpp",
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"compare": "cpp",
|
|
"concepts": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"deque": "cpp",
|
|
"string": "cpp",
|
|
"unordered_map": "cpp",
|
|
"vector": "cpp",
|
|
"exception": "cpp",
|
|
"algorithm": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"memory": "cpp",
|
|
"memory_resource": "cpp",
|
|
"numeric": "cpp",
|
|
"optional": "cpp",
|
|
"random": "cpp",
|
|
"string_view": "cpp",
|
|
"system_error": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iosfwd": "cpp",
|
|
"limits": "cpp",
|
|
"new": "cpp",
|
|
"numbers": "cpp",
|
|
"ostream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"typeinfo": "cpp",
|
|
"complex": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"sstream": "cpp",
|
|
"any": "cpp",
|
|
"bitset": "cpp",
|
|
"charconv": "cpp",
|
|
"cinttypes": "cpp",
|
|
"codecvt": "cpp",
|
|
"csignal": "cpp",
|
|
"ctime": "cpp",
|
|
"cuchar": "cpp",
|
|
"forward_list": "cpp",
|
|
"map": "cpp",
|
|
"set": "cpp",
|
|
"ratio": "cpp",
|
|
"regex": "cpp",
|
|
"format": "cpp",
|
|
"fstream": "cpp",
|
|
"iomanip": "cpp",
|
|
"ranges": "cpp",
|
|
"span": "cpp",
|
|
"text_encoding": "cpp",
|
|
"valarray": "cpp",
|
|
"variant": "cpp",
|
|
"cfenv": "cpp",
|
|
"chrono": "cpp",
|
|
"expected": "cpp",
|
|
"source_location": "cpp",
|
|
"stacktrace": "cpp",
|
|
"barrier": "cpp",
|
|
"condition_variable": "cpp",
|
|
"coroutine": "cpp",
|
|
"csetjmp": "cpp",
|
|
"list": "cpp",
|
|
"unordered_set": "cpp",
|
|
"future": "cpp",
|
|
"generator": "cpp",
|
|
"latch": "cpp",
|
|
"mutex": "cpp",
|
|
"print": "cpp",
|
|
"scoped_allocator": "cpp",
|
|
"semaphore": "cpp",
|
|
"shared_mutex": "cpp",
|
|
"spanstream": "cpp",
|
|
"stdfloat": "cpp",
|
|
"stop_token": "cpp",
|
|
"syncstream": "cpp",
|
|
"thread": "cpp",
|
|
"typeindex": "cpp"
|
|
}
|
|
}
|
|
} |