Skip to content

Commit

Permalink
Silence C++ language server diagnostics in the example.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Nov 14, 2024
1 parent 839d757 commit ba3d495
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions example/.vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/../../yosys/backends/cxxrtl/runtime/"
],
"defines": [],
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}

0 comments on commit ba3d495

Please sign in to comment.