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