Skip to content

Commit ba3d495

Browse files
committed
Silence C++ language server diagnostics in the example.
1 parent 839d757 commit ba3d495

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

example/.vscode/c_cpp_properties.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Linux",
5+
"includePath": [
6+
"${workspaceFolder}/**",
7+
"${workspaceFolder}/../../yosys/backends/cxxrtl/runtime/"
8+
],
9+
"defines": [],
10+
"intelliSenseMode": "linux-clang-x64"
11+
}
12+
],
13+
"version": 4
14+
}

0 commit comments

Comments
 (0)