This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
blinkerProject/03-software/.vscode/c_cpp_properties.json

18 lines
475 B
JSON
Raw Normal View History

2023-05-30 09:36:39 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/opt/microchip/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}