diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-23 21:55:48 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-23 21:55:48 +0200 |
commit | de0a0595316d15c0cb639816fc3c0413541a49d5 (patch) | |
tree | 77b797fa5099f59beb4355677431997090517a5f /conf.d/project/vscode.d/c_cpp_properties.json | |
parent | 38f2492a94d42f2c45d76f81928a94d0184457b1 (diff) |
Added sample for synchronous control request and update documentation
to support monitoring.
Diffstat (limited to 'conf.d/project/vscode.d/c_cpp_properties.json')
-rw-r--r-- | conf.d/project/vscode.d/c_cpp_properties.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf.d/project/vscode.d/c_cpp_properties.json b/conf.d/project/vscode.d/c_cpp_properties.json new file mode 100644 index 0000000..5512cb3 --- /dev/null +++ b/conf.d/project/vscode.d/c_cpp_properties.json @@ -0,0 +1,18 @@ +{ + "configurations": [ + { + "name": "null", + "includePath": [], + "defines": [], + "browse": { + "path": [ + "${workspaceRoot}" + ], + "limitSymbolsToIncludedHeaders": true, + "databaseFilename": "" + }, + "intelliSenseMode": "clang-x64" + } + ], + "version": 2 +}
\ No newline at end of file |