MIPS/.vscode/c_cpp_properties.json

17 lines
424 B
JSON
Raw Normal View History

2021-07-08 21:20:50 +08:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/share/verilator/include"
],
"defines": [],
"compilerPath": "/usr/sbin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}