From e2a20090f37eb32cdf8beaf9c23cf33a9e9ab7f1 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 29 Sep 2017 12:23:26 +0200 Subject: Initial Commit as submodule --- conf.d/project/vscode.d/c_cpp_properties.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 conf.d/project/vscode.d/c_cpp_properties.json (limited to 'conf.d/project/vscode.d') diff --git a/conf.d/project/vscode.d/c_cpp_properties.json b/conf.d/project/vscode.d/c_cpp_properties.json deleted file mode 100644 index 5512cb3..0000000 --- a/conf.d/project/vscode.d/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 -- cgit 1.2.3-korg