From e1129cb437d8faf2f25501dc77e7576ac02462e9 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 23 Aug 2017 21:55:48 +0200 Subject: Added sample for synchronous control request and update documentation to support monitoring. --- conf.d/project/vscode.d/c_cpp_properties.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf.d/project/vscode.d/c_cpp_properties.json (limited to 'conf.d/project/vscode.d/c_cpp_properties.json') 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 -- cgit 1.2.3-korg